mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
Drop the "s here as they cause it to try and match all the ips as a single host.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user