Merge "Drop duplicated group creation tasks"

This commit is contained in:
Zuul 2022-05-23 10:58:16 +00:00 committed by Gerrit Code Review
commit 935af2b324
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?