Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcreasy committed Dec 19, 2023
1 parent 550ff3f commit 211c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zsh/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 211c46f

Please sign in to comment.