From dcefb84c05c97d906fde0633eac8933325a73c56 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sun, 30 Nov 2025 18:45:01 -0500 Subject: [PATCH] include_tasks revert --- tasks/main.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index bb1ca4c..98f9816 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,10 +7,17 @@ database: passwd - block: - - include_tasks: - - certificates.yml - - files.yml - - firewall.yml + - include_tasks: certificates.yml + with_items: + - "{{ service_users }}" + loop_control: + loop_var: "user" + - include_tasks: files.yml + with_items: + - "{{ service_users }}" + loop_control: + loop_var: "user" + - include_tasks: firewall.yml with_items: - "{{ service_users }}" loop_control: