Use string for zookeeper-servers in nodepool

Seems we have YAML parse errors before we don't use a string for IP
addresses.

Change-Id: Ic305e52efdc88cc3674874f6431dcf8b8bf67ed3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-24 07:25:38 -04:00
parent 6506a98d5f
commit 2613766e88
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
images-dir: /opt/nodepool/images
zookeeper-servers:
- host: {{ hostvars['zk01'].ansible_host | ipwrap }}
- host: '{{ hostvars['zk01'].ansible_host | ipwrap }}'
port: 2181
diskimages: