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: