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

ansible-playbooks/general#72 Replace include_tasks with import_tasks

parent d45c41d4
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# file: roles/discourse/tasks/install.yml
- name: "Configure Apache"
include_tasks: apache.yml
import_tasks: apache.yml
- name: "Clone Repository"
git:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment