1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-07-13 06:44:26 +02:00
This commit is contained in:
L3D 2021-09-30 22:13:20 +02:00
parent fdfb46336e
commit 7da591f7d4
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -4,6 +4,6 @@
ansible.builtin.command: "acmetool want {{ _domain.name }}"
args:
creates: "/var/lib/acme/live/{{ _domain.name }}"
with_items: "{{ acme_domain_want_list }}"
with_items: "{{ acme_domain_want_list }}"
loop_control:
loop_var: _domain