Skip to content
Snippets Groups Projects
Commit f3038dcc authored by Michael Sambol's avatar Michael Sambol
Browse files

Failed_when instead of ignore_errors

Changed ignore_errors to failed_when so the output doesn't show in
red.
parent 2a743f3e
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
with_items: ceph_config_keys
changed_when: false
sudo: false
ignore_errors: true
failed_when: false
register: statconfig
- name: try to fetch ceph config and keys
......
......@@ -15,7 +15,7 @@
with_items: ceph_config_keys
changed_when: false
sudo: false
ignore_errors: true
failed_when: false
register: statconfig
- name: try to fetch ceph config and keys
......
......@@ -7,7 +7,7 @@
- "{{ openstack_nova_pool }}"
- "{{ openstack_cinder_backup_pool }}"
changed_when: false
ignore_errors: true
failed_when: false
- name: create openstack keys
command: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment