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:
parent
61800c2c63
commit
2af5dd6fca
@ -394,7 +394,7 @@ outputs:
|
|||||||
ansible_host: {{ hostvars.raw_get(host)['ansible_host'] | default(host) }}
|
ansible_host: {{ hostvars.raw_get(host)['ansible_host'] | default(host) }}
|
||||||
{% if hostvars.raw_get(host)['ansible_connection'] | default('') == 'local' -%}
|
{% if hostvars.raw_get(host)['ansible_connection'] | default('') == 'local' -%}
|
||||||
ansible_connection: local
|
ansible_connection: local
|
||||||
{%- endif %}
|
{% endif -%}
|
||||||
ansible_become: true
|
ansible_become: true
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user