mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Fix syntax error.
This commit is contained in:
@@ -107,7 +107,7 @@ config = dict(
|
||||
{% if 'fedmsg_wsgi_service' in hostvars[host] %}
|
||||
"{{hostvars[host]['fedmsg_wsgi_service']}}.{{hostvars[host].split('.')|first}}": [
|
||||
{% for i in range(wsgi_procs * wsgi_threads) %}
|
||||
"tcp://{{host}}:30{{%02d % i}}",
|
||||
"tcp://{{host}}:30{{'%02d' % i}}",
|
||||
{% endfor %}
|
||||
],
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user