mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-25 22:53:06 +00:00
7 lines
98 B
YAML
7 lines
98 B
YAML
---
|
|
- hosts: all # noqa: name[play]
|
|
become: true
|
|
|
|
roles:
|
|
|
|
- role: "{{ playbook_dir }}"
|