소스 검색

Always force dotfiles git repository sync

Emmanuel Bouthenot 9 년 전
부모
커밋
ba5317eeb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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