Quickfix on invalid FQDN

feature/add_main_opts
Emilien Mantel 2021-09-10 16:44:08 +02:00
parent 815e39162a
commit 26543001f3
1 changed files with 1 additions and 1 deletions

View File

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