From 290ee8ddc011d47f7fad5deff7c9256e8269c033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 27 Aug 2018 10:20:32 -0700 Subject: [PATCH] sites: fix conditonnal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- site.yml.sample | 2 -- 1 file changed, 2 deletions(-) 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: