Git directive does not take groug argument, I hear ya...
This commit is contained in:
parent
fb57028707
commit
985a12988a
1 changed files with 0 additions and 2 deletions
|
@ -23,14 +23,12 @@ oh-my-zshell:
|
||||||
- name: https://github.com/robbyrussell/oh-my-zsh.git
|
- name: https://github.com/robbyrussell/oh-my-zsh.git
|
||||||
- target: {{ grains.homedir }}/.oh-my-zsh
|
- target: {{ grains.homedir }}/.oh-my-zsh
|
||||||
- user: {{ grains.user }}
|
- user: {{ grains.user }}
|
||||||
- group: {{ grains.group }}
|
|
||||||
|
|
||||||
antigen:
|
antigen:
|
||||||
git.latest:
|
git.latest:
|
||||||
- name: https://github.com/zsh-users/antigen.git
|
- name: https://github.com/zsh-users/antigen.git
|
||||||
- target: {{ grains.homedir }}/antigen
|
- target: {{ grains.homedir }}/antigen
|
||||||
- user: {{ grains.user }}
|
- user: {{ grains.user }}
|
||||||
- group: {{ grains.group }}
|
|
||||||
|
|
||||||
{{ grains.user }}:
|
{{ grains.user }}:
|
||||||
user.present:
|
user.present:
|
||||||
|
|
Loading…
Reference in a new issue