Răsfoiți Sursa

Always force dotfiles git repository sync

Emmanuel Bouthenot 9 ani în urmă
părinte
comite
ba5317eeb7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      roles/common/tasks/dotfiles.yml

+ 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