add switches to disable chsh and global gitconfig
This commit is contained in:
parent
34a2109051
commit
4ea271dbf0
4 changed files with 15 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
name: "{{ ansible_user_id }}"
|
||||
shell: /bin/zsh
|
||||
when:
|
||||
- common_usersetup.stat.exists == false
|
||||
- common_usersetup.stat.exists == false and usersetup_chsh == true
|
||||
|
||||
- name: usersetup - Create .vim directory
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue