fix few small bugs #160

Merged
mg merged 12 commits from syncoidpbs into master 2024-08-20 08:55:11 +02:00
Showing only changes of commit 3b4ceba56d - Show all commits

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: