Skip to content
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from loliee/zshrc-always-create
Browse files Browse the repository at this point in the history
fix: force .zshrc and .zfunctions creation.
  • Loading branch information
loliee committed Jun 29, 2015
2 parents 87c688a + 1931efd commit 943c3f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
owner={{ item.key }}
dest=~{{ item.key }}/.zshrc
with_dict: __users__ | default({})
when: (item.value.has_key('zsh_default_shell') and item.value.zsh_default_shell)

- name: Check for .zfunctions directory.
file:
Expand All @@ -39,7 +38,6 @@
owner={{ item.key }}
dest=~{{ item.key }}/.zfunctions
with_dict: __users__ | default({})
when: (item.value.has_key('zsh_default_shell') and item.value.zsh_default_shell)

- name: Upload zfunctions files
copy:
Expand Down

0 comments on commit 943c3f3

Please sign in to comment.