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

ansible-playbooks/general#85 Bug fixes from regex search & replace

parent 58e452d8
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@
- UpdateHooks
with_nested:
- ['post-commit', 'pre-commit']
- '{{( svn_repositories }})'
- '{{ svn_repositories }}'
when: svnserver_master == inventory_hostname and (item.1.hooks is not defined or item.1.hooks)
- name: Subversion | Set permissions
......
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