浏览代码

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