Skip to content
Snippets Groups Projects
Commit 7d23bd37 authored by shaofeng_cheng's avatar shaofeng_cheng
Browse files

Fix etc/hosts format with baremetal role

While is not an issue, just an style format,
etc/hosts generated by baremetal role have
some tabs where it shouldn't.

Change-Id: I90d82ea78b3dac7e8ec3f8cc546b67cc61c41536
Closes-Bug: #1692913
parent 95f76faa
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
block: |
{% for host in groups['all'] %}
{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }} {{ hostvars[host]['ansible_hostname'] }}
{% endfor %}
{% endfor %}
become: True
when: customize_etc_hosts | bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment