install bash_it with BASHIT set to "y"

This commit is contained in:
rene
2022-03-24 17:58:50 +01:00
parent f9bd653391
commit eeb35d0d56

View File

@@ -83,4 +83,4 @@
- name: users | {{ user }} | call dotfile install script
become: yes
become_user: '{{ user }}'
shell: "POWERLINE=n BASHIT=n ZSHCUSTOM=n {{ getent_passwd[user][4] }}/dotfiles/install.sh"
shell: "POWERLINE=n BASHIT=y ZSHCUSTOM=n {{ getent_passwd[user][4] }}/dotfiles/install.sh"