rolling_update: do not fail on missing keys

We don't want to fail on key that are not present since they will get
created after the mons are updated. They will be created by the task
"create potentially missing keys (rbd and rbd-mirror)".

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1650572
Signed-off-by: Sébastien Han <seb@redhat.com>
pull/3389/head
Sébastien Han 2018-11-29 14:26:41 +01:00
parent 741ef74629
commit ebc901c6af
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
src: "{{ item.0 }}"
dest: "{{ fetch_directory }}/{{ fsid }}/{{ item.0 }}"
flat: yes
fail_on_missing: "{{ 'no' if rolling_update else 'yes' }}"
with_together:
- "{{ ceph_config_keys }}"
- "{{ statconfig.results }}"