Skip to content

Commit 41c7648

Browse files
committedSep 22, 2024
test zsh playbook
1 parent 694ace8 commit 41c7648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎ansible/playbooks/zsh.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
shell: |
5050
RUNZSH=no sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
5151
environment:
52-
HOME: "/home/{{ ansible_user }}"
52+
HOME: "/home/mafyuh"
5353
args:
54-
chdir: "/home/{{ ansible_user }}"
55-
creates: "/home/{{ ansible_user }}/.oh-my-zsh"
54+
chdir: "/home/mafyuh}"
55+
creates: "/home/mafyuh/.oh-my-zsh"
5656

5757
- name: Clone zsh-syntax-highlighting plugin
5858
git:

0 commit comments

Comments
 (0)
Please sign in to comment.