add loop control to remove user passwords from log
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-08-21 10:09:29 +02:00
parent 2059c109d0
commit be454f6d9e

View File

@ -14,5 +14,7 @@
groups: "{{ cups_admin_group }}" groups: "{{ cups_admin_group }}"
state: present state: present
loop: "{{ cups_admin_users }}" loop: "{{ cups_admin_users }}"
loop_control:
label: "{{ item.name }}"
become: True become: True
become_user: root become_user: root