Fix whitespace around "ansible_connection: local"

Small follow-up fix to the original patch [1].

[1] https://review.openstack.org/613793

Related-Bug: #1800148
Change-Id: I8db6dc3b3beaeb1b6582a7ab086d3942eb03dfc4
This commit is contained in:
Alan Bishop 2018-11-02 13:06:00 -04:00
parent 61800c2c63
commit 2af5dd6fca
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ outputs:
ansible_host: {{ hostvars.raw_get(host)['ansible_host'] | default(host) }}
{% if hostvars.raw_get(host)['ansible_connection'] | default('') == 'local' -%}
ansible_connection: local
{%- endif %}
{% endif -%}
ansible_become: true
{% endfor -%}