Skip to content
Snippets Groups Projects
Commit 0aec05c6 authored by Leseb's avatar Leseb
Browse files

Merge pull request #357 from msambol/style_changes

Failed_when instead of ignore_errors
parents 847a1845 f3038dcc
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