aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-08-23 11:36:48 +0200
committerbinary <me@rgoncalves.se>2020-08-23 11:36:48 +0200
commit063a3c1fd7e825bcd9e8ba00163b1655d2af54d8 (patch)
tree53d2fc85b6875a18012f49304d3e0db44a0b9ae7 /roles
parente68c01c32dd7a7e3da098eccfb04a54e52524c46 (diff)
downloadinfrastructure-063a3c1fd7e825bcd9e8ba00163b1655d2af54d8.tar.gz
used per os zsh path for binaries
Diffstat (limited to 'roles')
-rw-r--r--roles/setup_utils/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/setup_utils/tasks/main.yml b/roles/setup_utils/tasks/main.yml
index 65e810a..acf8248 100644
--- a/roles/setup_utils/tasks/main.yml
+++ b/roles/setup_utils/tasks/main.yml
@@ -60,5 +60,5 @@
- name: Change shell for all valid users to zsh
user:
name: "{{ item }}"
- shell: /usr/local/bin/zsh
+ shell: "{{ path_zsh_bin }}"
loop: "{{ valid_users_shell.stdout_lines }}"
remember that computers suck.