Remove excess Spaces (#3452)

This commit is contained in:
LiuDui 2018-10-11 10:28:39 +08:00 committed by k8s-ci-robot
parent abe711dcb5
commit e813b26963

View file

@ -1,5 +1,5 @@
{% for vm in vm_ip_list %}
{% for vm in vm_ip_list %}
{% if not use_bastion or vm.virtualMachine.name == 'bastion' %}
{{ vm.virtualMachine.name }} ansible_ssh_host={{ vm.virtualMachine.network.publicIpAddresses[0].ipAddress }} ip={{ vm.virtualMachine.network.privateIpAddresses[0] }}
{% else %}