From 605d9efb0ad2734278d8bdb5f9e0862d8e0a1a7e Mon Sep 17 00:00:00 2001
From: binary <me@rgoncalves.se>
Date: Sat, 7 Nov 2020 20:43:14 +0100
Subject: Playbook tools

---
 roles/common/tasks/main.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'roles/common')

diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml
index 7dbc5dd..28bf411 100644
--- a/roles/common/tasks/main.yml
+++ b/roles/common/tasks/main.yml
@@ -4,8 +4,6 @@
 ---
 
 - name: Check installation of package "{{ item }}"
-  become: yes
-
   package:
     name: "{{ item }}"
     state: present
@@ -48,5 +46,5 @@
 - name: Change shell for all valid users to zsh
   user:
     name: "{{ item }}"
-    shell: "{{ path_zsh_bin }}" 
+    shell: "{{ path_zsh }}" 
   loop: "{{ valid_users_shell.stdout_lines }}"
-- 
cgit v1.2.3