diff --git a/tasks/htpasswdfile.yml b/tasks/htpasswdfile.yml index 6edce9d..1563fa3 100644 --- a/tasks/htpasswdfile.yml +++ b/tasks/htpasswdfile.yml @@ -1,4 +1,5 @@ - name: set user and pw + no_log: True with_items: "{{ htpasswdfile[passfile].users }}" htpasswd: crypt_scheme: "{{ htpasswdfile[passfile].crypt_scheme|d('apr_md5_crypt') }}"