mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31: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
|
repo: https://git.decapod.one/brethil/dotfiles
|
||||||
dest: "{{ dotfiles_path }}"
|
dest: "{{ dotfiles_path }}"
|
||||||
clone: false
|
clone: false
|
||||||
update: false
|
update: true
|
||||||
when: git_clone_result['before'] != "null"
|
when: git_clone_result['before'] != "null"
|
||||||
register: git_update_result
|
register: git_update_result
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user