diff options
author | binary <me@rgoncalves.se> | 2020-08-23 11:36:48 +0200 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-08-23 11:36:48 +0200 |
commit | 063a3c1fd7e825bcd9e8ba00163b1655d2af54d8 (patch) | |
tree | 53d2fc85b6875a18012f49304d3e0db44a0b9ae7 /roles/setup_utils | |
parent | e68c01c32dd7a7e3da098eccfb04a54e52524c46 (diff) | |
download | infrastructure-063a3c1fd7e825bcd9e8ba00163b1655d2af54d8.tar.gz |
used per os zsh path for binaries
Diffstat (limited to 'roles/setup_utils')
-rw-r--r-- | roles/setup_utils/tasks/main.yml | 2 |
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 }}" |