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 6b355e6790 - Show all commits

View file

@ -4,7 +4,6 @@
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: