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: |
|
shell: |
|
||||||
RUNZSH=no sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
RUNZSH=no sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
environment:
|
environment:
|
||||||
HOME: "/home/{{ ansible_user }}"
|
HOME: "/home/mafyuh"
|
||||||
args:
|
args:
|
||||||
chdir: "/home/{{ ansible_user }}"
|
chdir: "/home/mafyuh}"
|
||||||
creates: "/home/{{ ansible_user }}/.oh-my-zsh"
|
creates: "/home/mafyuh/.oh-my-zsh"
|
||||||
|
|
||||||
- name: Clone zsh-syntax-highlighting plugin
|
- name: Clone zsh-syntax-highlighting plugin
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Reference in a new issue