Ensure gawk is install on macOS for system-info
This commit is contained in:
parent
0a385259a5
commit
7823cfb683
@ -5,10 +5,6 @@
|
||||
- vars/environment.yaml
|
||||
roles:
|
||||
- role: system-info
|
||||
- hosts: localhost
|
||||
vars_files:
|
||||
- vars/environment.yaml
|
||||
roles:
|
||||
- role: fonts
|
||||
- role: iterm
|
||||
- role: kitty
|
||||
|
||||
@ -1,4 +1,9 @@
|
||||
---
|
||||
- name: install gawk package
|
||||
homebrew:
|
||||
name: gawk
|
||||
state: latest
|
||||
|
||||
- name: get list of running launchd services
|
||||
command: launchctl list
|
||||
register: launchd_running_services
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user