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
This commit is contained in:
Andy McCrae 2018-06-18 11:58:55 +01:00
parent 4e24bb923c
commit bb4cbaf79d
1 changed files with 0 additions and 2 deletions

View File

@ -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: