Sfoglia il codice sorgente

Always force dotfiles git repository sync

Emmanuel Bouthenot 9 anni fa
parent
commit
ba5317eeb7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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