Guillaume Coré
2019-10-15 6bc9582e043f22c54a7b3758a289cc802cbbe4d0
Integreatly: don't fail silently

Use set -o pipefail to be aware when the ansible-playbook command fails
1 files modified
1 ■■■■ changed files
ansible/roles/ocp-workload-integreatly/tasks/workload.yml 1 ●●●● patch | view | raw | blame | history
ansible/roles/ocp-workload-integreatly/tasks/workload.yml
@@ -8,6 +8,7 @@
- name: Run Integreatly installer
  shell: |
          set -o pipefail
          ansible-playbook -i "{{ inventory_hosts_file }}" \
          playbooks/install.yml \
          -e eval_self_signed_certs="{{ self_signed_certs_enabled }} \