]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Users: don't change the shell wip-users-shell 98/head
authorZack Cerza <zack@redhat.com>
Mon, 3 Aug 2015 22:14:27 +0000 (16:14 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 3 Aug 2015 22:14:27 +0000 (16:14 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/users/tasks/main.yml

index 714cd1dbed0eebc9739d887adae58f1c18b0e629..3c87850f3641a33eca99fff447383f922070fd6c 100644 (file)
@@ -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: