ff
This commit is contained in:
parent
f14e2a9db1
commit
6b355e6790
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
groups_as_list: "{{ (groups_as_list | default([]) + item.groups.split(',')) | map('trim') | list | sort | unique }}"
|
groups_as_list: "{{ (groups_as_list | default([]) + item.groups.split(',')) | map('trim') | list | sort | unique }}"
|
||||||
loop: '{{ users }}'
|
loop: '{{ users }}'
|
||||||
when: item.groups is defined
|
when: item.groups is defined
|
||||||
ignore_errors: true
|
|
||||||
|
|
||||||
- name: create groups
|
- name: create groups
|
||||||
ansible.builtin.group:
|
ansible.builtin.group:
|
||||||
|
|
Loading…
Reference in a new issue