mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
fix typo
This commit is contained in:
parent
fdfb46336e
commit
7da591f7d4
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
||||||
ansible.builtin.command: "acmetool want {{ _domain.name }}"
|
ansible.builtin.command: "acmetool want {{ _domain.name }}"
|
||||||
args:
|
args:
|
||||||
creates: "/var/lib/acme/live/{{ _domain.name }}"
|
creates: "/var/lib/acme/live/{{ _domain.name }}"
|
||||||
with_items: "{{ acme_domain_want_list }}"
|
with_items: "{{ acme_domain_want_list }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: _domain
|
loop_var: _domain
|
||||||
|
|
Loading…
Reference in a new issue