openstack-ansible-openstack.../tasks
Kevin Carter 84587efdc8 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: Icd0afaaf8f0d9c5e06751f284f99985af6a924c6
Closes-Bug: #1633438
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-14 16:44:27 -05:00
..
main.yml Force Ansible to use dynamic includes 2016-09-22 12:12:46 +01:00
openstack_authorized_keys.yml Cleanup/standardize usage of tags 2016-06-07 10:47:52 -04:00
openstack_host_install.yml Force Ansible to use dynamic includes 2016-09-22 12:12:46 +01:00
openstack_host_install_apt.yml Rename package lists (and related vars) appropriately 2016-08-30 16:26:16 +01:00
openstack_host_install_yum.yml Remove requiretty for sudo on centos hosts. 2016-09-15 20:17:58 +00:00
openstack_kernel_check.yml Cleanup/standardize usage of tags 2016-06-07 10:47:52 -04:00
openstack_kernel_modules.yml Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:44:27 -05:00
openstack_kernel_tuning.yml Remove 'ignore_errors: true' in favor of 'failed_when: false' 2016-10-14 16:44:27 -05:00
openstack_proxy_settings.yml Cleanup/standardize usage of tags 2016-06-07 10:47:52 -04:00
openstack_release.yml Cleanup/standardize usage of tags 2016-06-07 10:47:52 -04:00
openstack_sysstat.yml Only configure systat on debian based system. 2016-09-02 11:15:15 -04:00
openstack_update_hosts_file.yml Write script to /var/tmp instead of /usr/local/bin 2016-07-28 10:37:17 -04:00