From 04714473a8691675b8aa7ce47b8b1e211d91b206 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 18 May 2022 13:59:02 +0200 Subject: [PATCH] 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 --- tasks/ceph_get_keyrings_from_mons.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tasks/ceph_get_keyrings_from_mons.yml b/tasks/ceph_get_keyrings_from_mons.yml index f95903a..8aa16b7 100644 --- a/tasks/ceph_get_keyrings_from_mons.yml +++ b/tasks/ceph_get_keyrings_from_mons.yml @@ -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?