From: Zack Cerza Date: Mon, 3 Aug 2015 22:14:27 +0000 (-0600) Subject: Users: don't change the shell X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fwip-users-shell;p=ceph-cm-ansible.git Users: don't change the shell Signed-off-by: Zack Cerza --- diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml index 714cd1db..3c87850f 100644 --- a/roles/users/tasks/main.yml +++ b/roles/users/tasks/main.yml @@ -23,7 +23,6 @@ user: name: "{{ item.name }}" group: sudo - shell: /bin/bash state: present with_items: managed_admin_users tags: @@ -32,7 +31,6 @@ - name: Create all users without sudo access. user: name: "{{ item.name }}" - shell: /bin/bash state: present with_items: managed_users tags: