[meta] Don't force pull when updating dotfiles

pull/28/head
Alpha Chen 10 years ago
parent f8503af47a
commit 8c5477b298

@ -1,8 +1,8 @@
--- ---
- homebrew: name=stow - homebrew: name=stow
- git: repo=https://github.com/kejadlen/dotfiles.git dest=~/.dotfiles - git: repo=https://github.com/kejadlen/dotfiles.git dest=~/.dotfiles force=no
- command: > - command: >
chdir={{ ansible_env.HOME }}/.dotfiles chdir={{ ansible_env.HOME }}/.dotfiles
stow --stow --target={{ ansible_env.HOME }} {{ item }} stow --stow --target={{ ansible_env.HOME }} {{ item }}
with_items: stow with_items: stow
- file: - file:

Loading…
Cancel
Save