1
0
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:
bretello 2024-08-12 23:41:11 +02:00
parent 1bf1dc24b3
commit e1df82cff7
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

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