mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
ansible: fix dotfiles update
This commit is contained in:
parent
1bf1dc24b3
commit
e1df82cff7
|
@ -37,7 +37,7 @@
|
|||
repo: https://git.decapod.one/brethil/dotfiles
|
||||
dest: "{{ dotfiles_path }}"
|
||||
clone: false
|
||||
update: false
|
||||
update: true
|
||||
when: git_clone_result['before'] != "null"
|
||||
register: git_update_result
|
||||
tags:
|
||||
|
|
Loading…
Reference in New Issue
Block a user