Files
openstack-ansible-openstack…/releasenotes/notes/blockinfile_hosts_file-0959a64a030c8888.yaml
Dmitriy Rabotyagov c64e1caf72 Use blockinfile for hosts file generation
This patch aims to simplify generation of hosts
file content as it's now generated purely with ansible.

As a result upgrade jobs should be fixed afterwards

Change-Id: I7961115f215153515ba3f3a00bbbeeb9fb4568f1
2020-02-26 18:46:27 +00:00

8 lines
303 B
YAML

---
upgrade:
- |
Generation of records for `/etc/hosts` is now made with blockinfile
ansible module. During upgrade you will have records doubled in yours
`/etc/hosts` as we don't drop previously created records for safety
reasons if `openstack_host_manage_hosts_file` is set to true.