add switches to disable chsh and global gitconfig

This commit is contained in:
Jannik Beyerstedt 2019-10-14 08:00:17 +02:00
parent 34a2109051
commit 4ea271dbf0
4 changed files with 15 additions and 3 deletions

View file

@ -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: