From: Zack Cerza Date: Fri, 8 May 2015 20:04:07 +0000 (-0600) Subject: 'user' tag, not 'users' X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26%2Fhead;p=ceph-cm-ansible.git 'user' tag, not 'users' Signed-off-by: Zack Cerza --- diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml index c1aa85b4..6757c95f 100644 --- a/roles/users/tasks/main.yml +++ b/roles/users/tasks/main.yml @@ -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: