fix linter

This commit is contained in:
nd 2021-07-17 01:26:47 +02:00
parent c42dfb86e6
commit 4317a4c92c
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -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') }}"