Skip to content

Commit d220c39

Browse files
authoredAug 20, 2024
Reinstate explicit include_role for geerlingguy.mac.homebrew (NO_JIRA)
We cannot otherwise make this conditional on running on macOS only.
1 parent a6f81c4 commit d220c39

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎tasks/Darwin.yml

+10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
changed_when: false
1717
become: true
1818

19+
- name: Install Homebrew + kcpassword
20+
ansible.builtin.include_role:
21+
name: geerlingguy.mac.homebrew
22+
vars:
23+
# This is overwritten by our group_vars (cpp.build-machines)
24+
homebrew_taps:
25+
- name: xfreebird/utils
26+
homebrew_installed_packages:
27+
- xfreebird/utils/kcpassword
28+
1929
- name: Set autoLoginUser for current user
2030
community.general.osx_defaults:
2131
domain: /Library/Preferences/com.apple.loginwindow

0 commit comments

Comments
 (0)