diff --git a/tasks/htpasswd.yml b/tasks/htpasswd.yml index c0d9fef..210cce4 100644 --- a/tasks/htpasswd.yml +++ b/tasks/htpasswd.yml @@ -6,6 +6,7 @@ state=absent with_items: "{{ nginx_htpasswd }}" when: item.state is defined and item.state == 'absent' + no_log: true - name: HTPASSWD | Manage files htpasswd: >