Skip to content
Snippets Groups Projects
Commit 10104973 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#72 Replace all include with include_tasks

parent d06ca209
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
- import_tasks: install.yml
- include: cert.yml
- include_tasks: cert.yml
with_items: '{{ letsencrypt_certificates|default([]) }}'
loop_control:
loop_var: domain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment