Added force pulling of git repo

master
Leo Maroni 4 years ago
parent 39bf837f8c
commit 30ff3e7693
No known key found for this signature in database
GPG Key ID: 787A3A35970DBC6D

@ -12,6 +12,7 @@
dest: '~{{ user.username }}/.oh-my-zsh'
clone: yes
depth: 1
force: yes
become: yes
become_user: '{{ user.username }}'
when: user.oh_my_zsh is defined

Loading…
Cancel
Save