]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
rolling update: fix undefined jewel_minor_update failure
authorAndrew Schoen <aschoen@redhat.com>
Mon, 12 Feb 2018 20:52:27 +0000 (14:52 -0600)
committerSébastien Han <seb@redhat.com>
Tue, 13 Feb 2018 20:31:43 +0000 (21:31 +0100)
commit926d15a82057e2705c0bd35c759b971de8fefa1e
tree165fe7f5a8bed25a3dc24e0787c0fa2cc71ef87e
parent440a566ff825f95d2d9cb558e11c4fbe7b9d2cb7
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>
(cherry picked from commit 699c777e680655be12f53cabed626b28623f8160)
Signed-off-by: Sébastien Han <seb@redhat.com>
infrastructure-playbooks/rolling_update.yml