Browse Source

Remove excess Spaces (#3452)

pull/3505/head
LiuDui 6 years ago
committed by k8s-ci-robot
parent
commit
e813b26963
1 changed files with 1 additions and 1 deletions
  1. 2
      contrib/azurerm/roles/generate-inventory_2/templates/inventory.j2

2
contrib/azurerm/roles/generate-inventory_2/templates/inventory.j2

@ -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 %}

Loading…
Cancel
Save