You've already forked ansible-role-common
Additional space for text alignment in hosts file
This commit is contained in:
@@ -11,11 +11,11 @@
|
|||||||
populated.
|
populated.
|
||||||
#}
|
#}
|
||||||
{% if vendors_hosts %}
|
{% if vendors_hosts %}
|
||||||
#*** Vendor Additional Host Entries ***#
|
#*** Vendor Additional Host Entries ***#
|
||||||
|
|
||||||
{% for item in vendors_hosts %}
|
{% for item in vendors_hosts %}
|
||||||
{{ item.ip }} {{ item.name }}
|
{{ item.ip }} {{ item.name }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
#*** END Vendor Additional Host Entries ***#
|
#*** END Vendor Additional Host Entries ***#
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user