add loop control to remove user passwords from log
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-08-21 10:09:29 +02:00
parent 2059c109d0
commit be454f6d9e
1 changed files with 2 additions and 0 deletions

View File

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