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

Sanitize jinja2 variables

parent 2ba39de2
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@
authorized_key: user=sshsvn
key={{sshsvnpubkey.stdout}} {{inventory_hostname}}
delegate_to: '{{item}}'
with_items: '{{ groups.svnserver }}'
with_items: '{{ groups.svnserver|default([]) }}'
tags: 'ResetSVNUser'
- name: 'Subversion | Copy Svnserve Auth File'
......
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