fix zsh playbook

This commit is contained in:
Matt Reeves 2024-09-21 19:53:24 -04:00
parent e540c5d195
commit 181cfe20fb

View file

@ -1,7 +1,7 @@
--- ---
- name: Configure Zsh, Neofetch, FZF, and custom .zshrc - name: Configure Zsh, Neofetch, FZF, and custom .zshrc
hosts: all hosts: all
become: true become: false
vars: vars:
zsh_custom: "{{ ansible_env.HOME }}/.oh-my-zsh/custom" zsh_custom: "{{ ansible_env.HOME }}/.oh-my-zsh/custom"
user: "{{ ansible_user }}" user: "{{ ansible_user }}"
@ -48,9 +48,11 @@
- name: Install Oh My Zsh (unattended) - name: Install Oh My Zsh (unattended)
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:
HOME: "/home/{{ ansible_user }}"
args: args:
chdir: "/home/{{ user }}" chdir: "/home/{{ ansible_user }}"
creates: "/home/{{ user }}/.oh-my-zsh" creates: "/home/{{ ansible_user }}/.oh-my-zsh"
- name: Clone zsh-syntax-highlighting plugin - name: Clone zsh-syntax-highlighting plugin
git: git: