fiz zsh playbook

This commit is contained in:
Matt Reeves 2024-09-21 19:54:47 -04:00
parent 181cfe20fb
commit 694ace85ad

View file

@ -1,7 +1,7 @@
---
- name: Configure Zsh, Neofetch, FZF, and custom .zshrc
hosts: all
become: false
become: true
vars:
zsh_custom: "{{ ansible_env.HOME }}/.oh-my-zsh/custom"
user: "{{ ansible_user }}"