[meta] Add tags for dotfiles+stow

pull/28/head
Alpha Chen 10 years ago
parent 4523de4bea
commit ab83fccb1a

@ -7,6 +7,7 @@
chdir={{ ansible_env.HOME }}/.dotfiles
stow --stow --target={{ ansible_env.HOME }} {{ item }}
with_items: stow
tags: stow
- file:
src: "{{ ansible_env.HOME }}/.dotfiles/{{ item.key }}"
dest: "{{ ansible_env.HOME}}/{{ item.value }}"

@ -1,5 +1,6 @@
---
# - git: repo=https://github.com/kejadlen/dotfiles.git dest=~/.dotfiles force=no
- include: dotfiles.yml
tags: dotfiles
- include: powerline.yml
- include: prezto.yml

Loading…
Cancel
Save