Drop the "s here as they cause it to try and match all the ips as a single host.
This commit is contained in:
parent
5bcce70ce9
commit
98df9bd7df
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
allow: "{{ copr_backend_ips|join(' ') }}"
|
||||
allow: {{ copr_backend_ips|join(' ') }}
|
||||
phrases: /var/lib/copr-keygen/phrases
|
||||
gpg: /bin/gpg_copr.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue