From bb4cbaf79d2434613c6e36353ba6fd59d71f9217 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Mon, 18 Jun 2018 11:58:55 +0100 Subject: [PATCH] Don't tag create cephkeys_access_group tasks When skipping the ceph-install tag the cephkeys_access_group is still required, but won't be created. None of the tasks that utilize the cephkeys_access_group are tagged so we should not tag the task to create teh cephkeys_access_group. This will prevent a situation where a tag is skipped and the group is not created as a result. Closes-Bug: #1776212 Change-Id: I83efd8fb637735c37c6c2f1c530cc59cb7bd9067 --- tasks/ceph_auth.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/ceph_auth.yml b/tasks/ceph_auth.yml index 9741fb8..5fdc3bf 100644 --- a/tasks/ceph_auth.yml +++ b/tasks/ceph_auth.yml @@ -34,8 +34,6 @@ - name: Create cephkeys_access_group group group: name: "{{ cephkeys_access_group }}" - tags: - - ceph-install - name: Add OpenStack service to cephkeys_access_group group user: