]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
update: add default values when setting fact
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 29 Oct 2019 17:19:15 +0000 (18:19 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 29 Oct 2019 20:00:39 +0000 (16:00 -0400)
commita5a231b0b6d9d998dfa36fa85291a1264e0ba92b
treee63a7f6cb854ec7bedcf73585fc6cee2b3e306bf
parent8acb42dc61cff845d2f05e599b642f5f4193fc54
update: add default values when setting fact

This commit adds a default value in the with_dict because when using
python 2.7, if a task using a with_dict has a condition, it is
evaluated anyway whereas in python 3 it isn't.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1766499
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml