From: Sébastien Han Date: Mon, 27 Aug 2018 17:20:32 +0000 (-0700) Subject: sites: fix conditonnal X-Git-Tag: v3.1.1~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=290ee8ddc011d47f7fad5deff7c9256e8269c033;p=ceph-ansible.git 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 (cherry picked from commit ae5ebeeb00214d9ea27929b4670c6de4ad27d829) --- diff --git a/site.yml.sample b/site.yml.sample index 3cda98036..eed4de586 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -365,8 +365,6 @@ - role: ceph-defaults tags: ['ceph_update_config'] - role: ceph-common - when: - - ceph_release_num[ceph_release] >= ceph_release_num.luminous - role: ceph-config tags: ['ceph_update_config'] when: