tripleo-ansible/tripleo_ansible/roles/tripleo_packages/tasks
Emilien Macchi c1959707db Remove all ignore_errors to avoid confusion when debugging
- octavia_controller_post_config: remove "ignore_errors: true". It's not
  supposed to be needed, since there is already a
  "failed_when: config_contents.rc != 0" which knows when to fail.

- octavia_undercloud, tripleo_cellv2, tripleo_ceph_common,
  tripleo_container_manage, tripleo_packages and tripleo_puppet_cache:
  replace "ignore_errors: true" by "failed_when: false" for debugging
  experience. We know the tasks can fail and we don't care, let's just
  not show them as failures in that case and force the task to never
  fail.

- tripleo_podman: instead of ignoring errors, check if the config file
  actually exists before wipping it out.

Change-Id: Ib3716e4823735a9db9bd3cac33b8daf0e5f3d186
2020-03-06 16:09:37 +00:00
..
external_upgrade.yml Replace all references to the old role name 2020-01-22 12:06:06 +00:00
fast_forward_post_upgrade.yml Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00
fast_forward_upgrade.yml Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00
update.yml Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00
upgrade.yml Remove all ignore_errors to avoid confusion when debugging 2020-03-06 16:09:37 +00:00