From 8128cf67f9006107bd488c40d609e4c01f3775f1 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 3 Aug 2015 16:14:27 -0600 Subject: [PATCH] Users: don't change the shell Signed-off-by: Zack Cerza --- roles/users/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.47.3