Fix syntax error.
This commit is contained in:
parent
c680e56767
commit
afc02b0bb5
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue