]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
'user' tag, not 'users' 26/head
authorZack Cerza <zack@redhat.com>
Fri, 8 May 2015 20:04:07 +0000 (14:04 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 8 May 2015 20:04:07 +0000 (14:04 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/users/tasks/main.yml

index c1aa85b4951a7862d552486363be4ef3966c1655..6757c95f45626438a77e112e7b098d8bb8fa0750 100644 (file)
@@ -6,7 +6,7 @@
     state: present
   with_items: managed_admin_users
   tags:
-    - users
+    - user
 
 - name: Create all users without sudo access.
   user:
@@ -14,7 +14,7 @@
     state: present
   with_items: managed_users
   tags:
-    - users
+    - user
 
 - name: Update authorized_keys for each user.
   authorized_key: