[meta] Fix some errors w/playbooks

pull/28/head
Alpha Chen 9 years ago
parent 6b646b7229
commit fa0af1d1a6

@ -9,6 +9,7 @@
git:
repo: https://github.com/kejadlen/dotfiles.git
dest: ~/.dotfiles
ignore_errors: yes
- name: update homebrew
homebrew: update_homebrew=yes

@ -1,3 +1,4 @@
---
- name: create config directories
file: path={{ item }} state=directory
with_items: "{{ conf_dirs }}"

@ -4,6 +4,7 @@
dest: "{{ item }}"
rsync_opts: --ignore-existing
with_items: "{{ app_prefs }}"
when: inventory_hostname != "localhost"
- include: dock.yml

Loading…
Cancel
Save