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

ansible-playbooks/general#72 Always use import_tasks or include_tasks instead of just include

parent 22be6223
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
state=directory
mode='775'
- include: 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