Update site.yml hosts logic

Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
This commit is contained in:
Frederick Witty 2025-06-27 12:06:18 -04:00
parent 0ee2de5e20
commit 874890ee40
No known key found for this signature in database
GPG key ID: D29987C25A47D813

View file

@ -1,7 +1,7 @@
--- ---
- name: Apply ansible-lockdown hardening - name: Apply ansible-lockdown hardening
hosts: all hosts: "{{ hosts | default('all') }}"
become: true become: true
roles: roles:
- role: "{{ playbook_dir }}" - role: "{{ playbook_dir }}"