Manjaro install failed, possibly due to to shell changing. Add zsh option.

This commit is contained in:
2021-02-14 16:36:31 -06:00
parent bc041cc3bb
commit 635bb3abc1
2 changed files with 15 additions and 2 deletions

View File

@ -8,3 +8,7 @@
- name: General | Facts | Gather | Locate ansible-pull
shell: which ansible-pull
register: ansible_pull_exec
- name: General | Facts | Gather | Locate zsh
shell: which zsh
register: zsh_exec