repospanner: You have to use "s on variables if they are the first thing in the value.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
47cbd1b97b
commit
157111f4ec
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
region: ansible,
|
||||
spawn_repospanner_node: true,
|
||||
rpc_port: 8442,
|
||||
http_port: {{ repoSpanner_ansible_http }},
|
||||
http_port: "{{ repoSpanner_ansible_http }}",
|
||||
when: inventory_hostname == 'repospanner01.phx2.fedoraproject.org'
|
||||
}
|
||||
# - { role: repospanner/server,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue