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
|
- 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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user