fix missing curly
This commit is contained in:
parent
dad12eb4ca
commit
305e7a30a0
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
tasks:
|
||||
- name: Put public sshfs key in place
|
||||
authorized_key: user="root"
|
||||
key="{{ lookup('file', '{{ private }}/files/releng/sshkeys/primary-s390x-sshfs' + '-staging.pub' if env == 'staging' else '{ private }}/files/releng/sshkeys/primary-s390x-sshfs.pub') }}"
|
||||
key="{{ lookup('file', '{{ private }}/files/releng/sshkeys/primary-s390x-sshfs' + '-staging.pub' if env == 'staging' else '{{ private }}/files/releng/sshkeys/primary-s390x-sshfs.pub') }}"
|
||||
state=present
|
||||
key_options='command="internal-sftp",from="{{ '10.16.0.25' if env == 'staging' else '10.16.0.11' }}",restrict'
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue