mirror of https://github.com/ceph/ceph-ansible.git
rolling update: fix undefined jewel_minor_update failure
Variables set at the play level with ``vars`` do not carry over into the next play in the playbook. The var jewel_minor_update was set in a previous play but used in this one and was failing because it was not defined. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1544029 Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2385/merge
parent
7c7017ebe6
commit
699c777e68
|
@ -335,6 +335,8 @@
|
|||
|
||||
|
||||
- name: unset osd flags
|
||||
vars:
|
||||
- jewel_minor_update: False
|
||||
|
||||
hosts:
|
||||
- "{{ mon_group_name|default('mons') }}"
|
||||
|
|
Loading…
Reference in New Issue