add loop control to remove user passwords from log
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2059c109d0
commit
be454f6d9e
@ -14,5 +14,7 @@
|
||||
groups: "{{ cups_admin_group }}"
|
||||
state: present
|
||||
loop: "{{ cups_admin_users }}"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
become: True
|
||||
become_user: root
|
||||
|
Loading…
Reference in New Issue
Block a user