test zsh playbook
This commit is contained in:
parent
694ace85ad
commit
41c76486f6
1 changed files with 3 additions and 3 deletions
|
@ -49,10 +49,10 @@
|
|||
shell: |
|
||||
RUNZSH=no sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
environment:
|
||||
HOME: "/home/{{ ansible_user }}"
|
||||
HOME: "/home/mafyuh"
|
||||
args:
|
||||
chdir: "/home/{{ ansible_user }}"
|
||||
creates: "/home/{{ ansible_user }}/.oh-my-zsh"
|
||||
chdir: "/home/mafyuh}"
|
||||
creates: "/home/mafyuh/.oh-my-zsh"
|
||||
|
||||
- name: Clone zsh-syntax-highlighting plugin
|
||||
git:
|
||||
|
|
Loading…
Reference in a new issue