fix linter
This commit is contained in:
parent
c42dfb86e6
commit
4317a4c92c
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
- name: set user and pw
|
- name: set user and pw
|
||||||
|
no_log: True
|
||||||
with_items: "{{ htpasswdfile[passfile].users }}"
|
with_items: "{{ htpasswdfile[passfile].users }}"
|
||||||
htpasswd:
|
htpasswd:
|
||||||
crypt_scheme: "{{ htpasswdfile[passfile].crypt_scheme|d('apr_md5_crypt') }}"
|
crypt_scheme: "{{ htpasswdfile[passfile].crypt_scheme|d('apr_md5_crypt') }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue