From 4317a4c92c4c9c8b582f84bda4855977508a6a1f Mon Sep 17 00:00:00 2001 From: nd Date: Sat, 17 Jul 2021 01:26:47 +0200 Subject: [PATCH] fix linter --- tasks/htpasswdfile.yml | 1 + 1 file changed, 1 insertion(+) 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') }}"