Эх сурвалжийг харах

Always force dotfiles git repository sync

Emmanuel Bouthenot 9 жил өмнө
parent
commit
ba5317eeb7

+ 1 - 1
roles/common/tasks/dotfiles.yml

@@ -1,5 +1,5 @@
 - name: Install dotfiles
-  git: repo={{ dotfiles_repo }} dest={{ dotfiles_dest }} recursive=yes accept_hostkey=yes
+  git: repo={{ dotfiles_repo }} dest={{ dotfiles_dest }} recursive=yes accept_hostkey=yes force=yes
   when: with_dotfiles
 
 - name: Enable sourcing of dotfiles