d
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-08-19 23:07:10 +02:00
parent 8b2b16659c
commit 3b4ceba56d

View file

@ -4,6 +4,7 @@
groups_as_list: "{{ (groups_as_list | default([]) + item.groups.split(',')) | map('trim') | list | sort | unique }}"
loop: '{{ users }}'
when: item.groups is defined
ignore_errors: true
- name: create groups
ansible.builtin.group: