]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
sites: fix conditonnal
authorSébastien Han <seb@redhat.com>
Mon, 27 Aug 2018 17:20:32 +0000 (10:20 -0700)
committerSébastien Han <seb@redhat.com>
Mon, 27 Aug 2018 20:11:15 +0000 (22:11 +0200)
commitae5ebeeb00214d9ea27929b4670c6de4ad27d829
tree63da270e4826ea2295169191f1c68172c42b7bfd
parent30cfeb5427535cd8dc98370ee33205be3b67bde0
sites: fix conditonnal

Same problem again... ceph_release_num[ceph_release] is only set in
ceph-docker-common/common roles so putting the condition on that role
will never work. Removing the condition.

The downside of this is we will be installing packages and then skip the
role on the node.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1622210
Signed-off-by: Sébastien Han <seb@redhat.com>
site-docker.yml.sample
site.yml.sample