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

ansible-playbooks/general#72 All includes are now include_tasks and they...

ansible-playbooks/general#72 All includes are now include_tasks and they always have a tag associated
parent 4b7c2b42
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
- name: "SVN-Server Role"
set_fact: role_svnserver_started=true
tags: always
tags: 'always'
- block:
......@@ -168,8 +168,9 @@
- UpdateSVNRepos
changed_when: false
- import_tasks: svnadmin.yml
- include_tasks: svnadmin.yml
when: svnadmin
tags: 'always'
- name: 'Subversion | Install cron job to sync slave with master'
cron:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment