From 7823cfb6830b1be4174560e855dfcee26c6f9397 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 30 Oct 2025 17:42:19 +0000 Subject: [PATCH] Ensure gawk is install on macOS for system-info --- playbooks/macOS-work.yaml | 4 ---- roles/system-info/tasks/Darwin.yaml | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/playbooks/macOS-work.yaml b/playbooks/macOS-work.yaml index 60d0e99..c8c438d 100644 --- a/playbooks/macOS-work.yaml +++ b/playbooks/macOS-work.yaml @@ -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 diff --git a/roles/system-info/tasks/Darwin.yaml b/roles/system-info/tasks/Darwin.yaml index 7222bd1..33607f7 100644 --- a/roles/system-info/tasks/Darwin.yaml +++ b/roles/system-info/tasks/Darwin.yaml @@ -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