From 8f24ecfe5fac4add206b9562c408ac88bf65e2ae Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sun, 30 Nov 2025 17:18:53 -0600 Subject: [PATCH] yaml formatting --- linux/compliance.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/linux/compliance.yaml b/linux/compliance.yaml index fb51c6f..bfb0786 100644 --- a/linux/compliance.yaml +++ b/linux/compliance.yaml @@ -2,8 +2,6 @@ ## Checks/deploys a Linux system to be managed with Ansible. - hosts: all - gather_facts: yes - tasks: - - name: "Include OS specific tasks" - ansible.builtin.include_tasks: "compliance_{{ os }}.yml" \ No newline at end of file + - name: "Include OS specific tasks" + ansible.builtin.include_tasks: "compliance_{{ os }}.yml" \ No newline at end of file