From 694ace85add3ceeb31c1209b58b1b67dabaa87b5 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 21 Sep 2024 19:54:47 -0400 Subject: [PATCH] fiz zsh playbook --- ansible/playbooks/zsh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/playbooks/zsh.yml b/ansible/playbooks/zsh.yml index 3656a7c..c9efeee 100644 --- a/ansible/playbooks/zsh.yml +++ b/ansible/playbooks/zsh.yml @@ -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 }}"