fix linter error: jinja spacing
All checks were successful
ansible-lint / gitleaks (push) Successful in -16m13s
ansible-lint / Ansible Lint (push) Successful in -15m51s

This commit is contained in:
Michael Grote 2024-10-23 18:01:13 +02:00
parent c8e7fe9dc6
commit f66d296a23

View file

@ -1,7 +1,7 @@
---
- name: Set groups as list
ansible.builtin.set_fact:
groups_as_list: "{{ ((( item.groups ) | list) | sort) | unique }}"
groups_as_list: "{{ (((item.groups) | list) | sort) | unique }}"
loop: "{{ users }}"
when: item.groups is defined
no_log: true