users: set no_log
All checks were successful
ansible-lint / gitleaks (push) Successful in 3s
ansible-lint / Ansible Lint (push) Successful in 25s

This commit is contained in:
Michael Grote 2024-10-08 17:57:13 +02:00
parent 03ddd20412
commit b355002ff4

View file

@ -4,6 +4,7 @@
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
- name: Ensure groups exist - name: Ensure groups exist
ansible.builtin.group: ansible.builtin.group: