feat: fix users loop

This commit is contained in:
Simon Cornet 2025-07-14 15:01:39 +02:00
commit 3468418f94
2 changed files with 60 additions and 66 deletions

View file

@ -180,6 +180,9 @@
- name: "user - create users"
ansible.builtin.include_tasks: "user.yaml"
tags: "usermanagement"
loop: "{{ users }}"
loop_control:
loop_var: "__user"
# firewall
- name: "firewall"