From 211c46f5076c5a49120f10de603d510cd2be7e78 Mon Sep 17 00:00:00 2001 From: Alex Creasy Date: Tue, 19 Dec 2023 12:01:22 +0000 Subject: [PATCH] test3 --- roles/zsh/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/zsh/tasks/main.yml b/roles/zsh/tasks/main.yml index 6cc283a..fc5a987 100644 --- a/roles/zsh/tasks/main.yml +++ b/roles/zsh/tasks/main.yml @@ -1,12 +1,12 @@ --- - name: Install ZSH - become: "{{ true if ansible_pkg_mgr != 'brew' else false }}" block: - name: Install ZSH ansible.builtin.package: name: - zsh state: present + become: "{{ require_root }}" # - name: Install ZSH on macos systems # community.general.homebrew: