Skip to content
Snippets Groups Projects
Commit 89171b69 authored by jurgenhaas's avatar jurgenhaas
Browse files

Get inithost to work with Ansible 1.9.x

parent 649f416c
Branches
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@
- name: 'Subversion | Distribute public key of svn tunnel user'
authorized_key: user=sshsvn
key="{{sshsvnpubkey.stdout}} {{inventory_hostname}}"
key={{sshsvnpubkey.stdout}} {{inventory_hostname}}
delegate_to: '{{item}}'
with_items: groups.svnserver
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment