mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-03-12 10:22:10 +07:00
Quickfix on invalid FQDN
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user