Quickfix on invalid FQDN
parent
815e39162a
commit
26543001f3
|
@ -9,7 +9,7 @@
|
|||
no_log: "{{ not nginx_debug_role }}"
|
||||
|
||||
- name: HTPASSWD | Manage files
|
||||
ansible.builtin.htpasswd:
|
||||
community.general.htpasswd:
|
||||
name: "{{ item.1.name }}"
|
||||
password: "{{ item.1.password }}"
|
||||
path: "{{ nginx_htpasswd_dir }}/{{ item.0.name }}"
|
||||
|
|
Loading…
Reference in New Issue