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

ansible-playbooks/general#72 Replace an include with import_tasks

parent daa3dae9
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,6 @@
- block:
- name: "Install Discourse"
include: install.yml
import_tasks: install.yml
when: '"discourse" not in excluded_roles'
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