include_tasks revert

This commit is contained in:
Mike Holloway 2025-11-30 18:45:01 -05:00
parent 89f06866f5
commit dcefb84c05

View File

@ -7,10 +7,17 @@
database: passwd database: passwd
- block: - block:
- include_tasks: - include_tasks: certificates.yml
- certificates.yml with_items:
- files.yml - "{{ service_users }}"
- firewall.yml loop_control:
loop_var: "user"
- include_tasks: files.yml
with_items:
- "{{ service_users }}"
loop_control:
loop_var: "user"
- include_tasks: firewall.yml
with_items: with_items:
- "{{ service_users }}" - "{{ service_users }}"
loop_control: loop_control: