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

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

parent e8f529ff
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
- block:
- name: "Install Certs"
include: '../../letsencrypt/tasks/cert.yml'
include_tasks: '../../letsencrypt/tasks/cert.yml'
with_items: '{{ proxy_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