Ensure gawk is install on macOS for system-info

This commit is contained in:
Kenneth Benzie 2025-10-30 17:42:19 +00:00
parent 0a385259a5
commit 7823cfb683
2 changed files with 5 additions and 4 deletions

View File

@ -5,10 +5,6 @@
- vars/environment.yaml - vars/environment.yaml
roles: roles:
- role: system-info - role: system-info
- hosts: localhost
vars_files:
- vars/environment.yaml
roles:
- role: fonts - role: fonts
- role: iterm - role: iterm
- role: kitty - role: kitty

View File

@ -1,4 +1,9 @@
--- ---
- name: install gawk package
homebrew:
name: gawk
state: latest
- name: get list of running launchd services - name: get list of running launchd services
command: launchctl list command: launchctl list
register: launchd_running_services register: launchd_running_services