feat: fix users loop
This commit is contained in:
parent
376f7148ed
commit
3468418f94
2 changed files with 60 additions and 66 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue