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

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

parent eb3763c3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
- block: - block:
- name: "Install Certs" - name: "Install Certs"
include: '../../letsencrypt/tasks/cert.yml' include_tasks: '../../letsencrypt/tasks/cert.yml'
with_items: with_items:
- domain: '{{ discourse_domain }}' - domain: '{{ discourse_domain }}'
loop_control: loop_control:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment