Drop duplicated group creation tasks

Exact same tasks are define in tasks/ceph_auth.yml and should cover
needs.
So we can simply avoid running same set of tasks.

Change-Id: I30593660dc6ebab46e20b680b321e3c97315bff4
This commit is contained in:
Dmitriy Rabotyagov 2022-05-18 13:59:02 +02:00
parent 030e273950
commit 04714473a8
1 changed files with 0 additions and 12 deletions

View File

@ -31,18 +31,6 @@
- ceph-config
- always
- name: Create cephkeys_access_group group
group:
name: "{{ cephkeys_access_group }}"
- name: Add OpenStack service to cephkeys_access_group group
user:
name: "{{ openstack_service_system_user }}"
groups: "{{ cephkeys_access_group }}"
append: yes
notify:
- Restart os services
- name: Provision ceph client keyrings
# TODO: do we really need a template for this? what's the added value compare to
# ceph get-or-create ... ... -o file?