From afe456f46ca972b0223074c525daf2a004dd7f05 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 30 Sep 2024 10:24:45 +0100 Subject: [PATCH] Fix typo Signed-off-by: Mark Bolwell --- Changelog.md | 2 +- tasks/post_remediation_audit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index ab16030..aa79a75 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -# Ubuntu22CIS +# RHEL9STIG ## 1.2.1 Based on STIG V1R2 Jan24 2024 diff --git a/tasks/post_remediation_audit.yml b/tasks/post_remediation_audit.yml index a6f9461..16372a3 100644 --- a/tasks/post_remediation_audit.yml +++ b/tasks/post_remediation_audit.yml @@ -35,7 +35,7 @@ - audit_format == "documentation" block: - name: Post Audit | Capture audit data if documentation format - ansible.builtin.shell: "tail -2 /opt/audit_ubuntu2204-CIS-UBUNTU22_1720624848.documentation" + ansible.builtin.shell: "tail -2 {{ post_audit_outfile }}" register: post_audit_summary changed_when: false