DEV-492: fix /etc/hosts-issue for DO-VMs

feature/DEV-470_2nd
friedrich goerz 4 years ago
parent 3e82085eb0
commit b23b571f79

@ -23,6 +23,8 @@
{% for host in shared_service_hosts %} {% for host in shared_service_hosts %}
{{ host.ip }} {{ host.name }} {{ host.ip }} {{ host.name }}
{% endfor %} {% endfor %}
when:
- inventory_hostname in groups['hcloud']
tags: tags:
- update_etc_hosts - update_etc_hosts

Loading…
Cancel
Save