]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
users: Add a missing pubkeys tag
authorZack Cerza <zack@redhat.com>
Fri, 24 Sep 2021 04:12:37 +0000 (22:12 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 13 Oct 2021 23:49:31 +0000 (17:49 -0600)
roles/users/tasks/main.yml

index 7d43050ea78b604a507e7735d746789f91d5b993..2958e9129e4c7a385acaedb4c9ffce5d57f0d9ab 100644 (file)
   delay: 10
   # perform_users_role is True by default so no need to fail the play if there's an error.
   ignore_errors: true
+  tags:
+    - pubkeys
 
 - name: Check host's /keys-repo-sha1 sentinel file
   command: cat /keys-repo-sha1
   register: sentinel_sha1
   # perform_users_role is True by default so no need to fail the play if there's an error.
   failed_when: false
+  tags:
+    - pubkeys
 
 - name: Determine if we can skip users and pubkeys updates
   set_fact:
@@ -52,3 +56,5 @@
     content: "{{ keys_repo_head.stdout }}"
     dest: /keys-repo-sha1
   when: keys_repo_head is defined
+  tags:
+    - pubkeys