openstack-ansible-os_ironic/tasks
Kevin Carter 3a62eccb2c Remove 'ignore_errors: true' in favor of 'failed_when: false'
This change removes the use of 'ignore_errors: true' because it causes deployers
to see red output and a stacktrace, which traditionally means something is broken,
even when the failure is known to have a fall back option or be intentional. This
conversion will provide a generally cleaner interface.

It should be noted that the 'failed' filter will still function normally. Tasks
with the 'failed_when: false' option will still be marked as 'failed' in any
registered variable. This change simply makes the output look cleaner.

Change-Id: I7067a541362c826579fc7d17abf86fe9ddc89bee
Closes-Bug: #1633438
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-14 16:45:36 -05:00
..
ironic_api_install.yml Force Ansible to use dynamic includes 2016-09-22 13:57:52 +01:00
ironic_api_post_install.yml Cleanup/standardize usage of tags 2016-08-11 17:23:20 -05:00
ironic_conductor_install.yml Force Ansible to use dynamic includes 2016-09-22 13:57:52 +01:00
ironic_conductor_post_install.yml Cleanup/standardize usage of tags 2016-08-11 17:23:20 -05:00
ironic_db_setup.yml Cleanup/standardize usage of tags 2016-08-11 17:23:20 -05:00
ironic_init_common.yml Force Ansible to use dynamic includes 2016-09-22 13:57:52 +01:00
ironic_init_systemd.yml Fix ansible performance issue 2016-08-02 09:19:33 +01:00
ironic_init_upstart.yml Add 16.04 support 2016-06-02 14:39:39 +00:00
ironic_init.yml Add 16.04 support 2016-06-02 14:39:39 +00:00
ironic_install_apt.yml Cleanup/standardize usage of tags 2016-08-11 17:23:20 -05:00
ironic_install.yml Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:45:36 -05:00
ironic_post_install.yml Update rootwrap filter copy for easier maintenance 2016-09-21 17:32:12 +00:00
ironic_pre_install.yml Cleanup/standardize usage of tags 2016-08-11 17:23:20 -05:00
ironic_service_setup.yml Cleanup/standardize usage of tags 2016-08-11 17:23:20 -05:00
main.yml Revert dynamic includes for inventory-based conditionals 2016-09-26 20:05:00 +01:00