]> git-server-git.apps.pok.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)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Mon, 27 Aug 2018 21:29:32 +0000 (21:29 +0000)
commit290ee8ddc011d47f7fad5deff7c9256e8269c033
tree346de9e99dda2283c753a489fdcef6b8e8a1cdbf
parent0ae7bd4415f38bcb578e84c7300f7659603a7e1c
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>
(cherry picked from commit ae5ebeeb00214d9ea27929b4670c6de4ad27d829)
site.yml.sample