Drop the "s here as they cause it to try and match all the ips as a single host.

This commit is contained in:
Kevin Fenzi 2015-06-02 01:47:26 +00:00
parent 5bcce70ce9
commit 98df9bd7df

View file

@ -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