Guillaume Coré
2019-02-05 3ed8250da333ea68341b577fa19a63a2f2404dee
OCP 4: do not fail if the cloudtrail command failed

CloudTrail can still be run later, an s3 bucket is available for write operations.
1 files modified
1 ■■■■ changed files
ansible/configs/ocp4-coreos-deployer/destroy_env.yml 1 ●●●● patch | view | raw | blame | history
ansible/configs/ocp4-coreos-deployer/destroy_env.yml
@@ -40,6 +40,7 @@
                --max-items 10000
                > {{ output_dir }}/{{ env_type }}_{{ guid }}_cloudtrail_event_log.json
              when: email is defined or owner is defined
              failed_when: false
- name: Build inventory
  hosts: localhost