From b74fd5282386691c3e3158cf7a117dfd01b518aa Mon Sep 17 00:00:00 2001 From: Olu Date: Sat, 25 Jan 2025 08:21:21 +0000 Subject: [PATCH] Linux fix --- first-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-playbook.yml b/first-playbook.yml index 6df2c14..8eb2478 100644 --- a/first-playbook.yml +++ b/first-playbook.yml @@ -10,6 +10,6 @@ - debug: var=uptime_result.stdout_lines - name: Check OS release - command: sw_vers + command: cat /etc/os-release register: os_result - debug: var=os_result.stdout_lines