mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
10 lines
240 B
YAML
10 lines
240 B
YAML
---
|
|
|
|
- name: Audit_only | Show Audit Summary
|
|
when: audit_only
|
|
ansible.builtin.debug:
|
|
msg: "{{ audit_results.split('\n') }}"
|
|
|
|
- name: Audit_only | Stop Playbook Audit Only selected
|
|
when: audit_only
|
|
ansible.builtin.meta: end_play
|