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

ansible-playbooks/general#72 Replace include_tasks with import_tasks

parent 725e04be
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@
- UpdateSVNRepos
changed_when: false
- include_tasks: svnadmin.yml
- import_tasks: svnadmin.yml
when: svnadmin
- name: 'Subversion | Install cron job to sync slave with master'
......
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