test zsh playbook

This commit is contained in:
Matt Reeves 2024-09-21 20:00:36 -04:00
parent 694ace85ad
commit 41c76486f6

View file

@ -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: