]> 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:01:50 +0000 (18:01 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 29 Oct 2019 18:45:28 +0000 (14:45 -0400)
commite9823f319ba8deb2f653c51868eda4566ebff609
tree7de5ca9ff105912c440642a10eaf4075d68a089f
parent15f7c7195aab7b4c60a6e7cc51ea9d31fb92d7ed
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