4
0
Fork 0

improve ansible facts conditionals

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-04-15 11:04:33 +01:00
parent be4e3a9299
commit 52f5f23b00
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9
2 changed files with 9 additions and 5 deletions

View file

@ -29,6 +29,7 @@ Level_2_workstation_tag_run = true
[lockdown_audit_details]
{% if run_audit %}
# Audit run
audit_run_date = {{ '%Y-%m-%d - %H:%M:%S' | ansible.builtin.strftime }}
audit_file_local_location = {{ audit_log_dir }}
{% if not audit_only %}
audit_summary = {{ post_audit_results }}