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

ansible-playbooks/general#72 Replace include_tasks with import_tasks

parent 56ed962e
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
state=directory
mode='775'
- include_tasks: mount.yml
- import_tasks: mount.yml
when: sftp_devpath
when: '"sftp" 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