fix linter error: jinja spacing
This commit is contained in:
parent
c8e7fe9dc6
commit
f66d296a23
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Set groups as list
|
- name: Set groups as list
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
groups_as_list: "{{ ((( item.groups ) | list) | sort) | unique }}"
|
groups_as_list: "{{ (((item.groups) | list) | sort) | unique }}"
|
||||||
loop: "{{ users }}"
|
loop: "{{ users }}"
|
||||||
when: item.groups is defined
|
when: item.groups is defined
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
Loading…
Reference in a new issue