diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 3b2114c80c..e20f905a6a 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -124,7 +124,7 @@ 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') }}" state=present - key_options='command="internal-sftp",from="{{ '10.16.0.25' if env == 'staging' else '10.16.0.11,10.16.0.26,10.16.0.27' }}",restrict' + key_options='command="internal-sftp",from="{{ '10.16.0.25' if env == 'staging' else '10.16.0.28,10.16.0.26,10.16.0.27' }}",restrict' tags: - sshfs