mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 14:27:12 +00:00
Update site.yml hosts logic
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
This commit is contained in:
parent
0ee2de5e20
commit
874890ee40
1 changed files with 1 additions and 1 deletions
2
site.yml
2
site.yml
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
- name: Apply ansible-lockdown hardening
|
||||
hosts: all
|
||||
hosts: "{{ hosts | default('all') }}"
|
||||
become: true
|
||||
roles:
|
||||
- role: "{{ playbook_dir }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue