[meta] Fix YAML/Jinja2 parsing

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

@ -6,8 +6,8 @@
stow --stow --target={{ ansible_env.HOME }} {{ item }}
with_items: stow
- file:
src: {{ ansible_env.HOME }}/.dotfiles/{{ item.key }}
dest: {{ ansible_env.HOME}}/{{ item.value }}
src: "{{ ansible_env.HOME }}/.dotfiles/{{ item.key }}"
dest: "{{ ansible_env.HOME}}/{{ item.value }}"
state: link
with_dict: ln
- local_action: command ruby setup_ssh_keys.rb

Loading…
Cancel
Save