Merge "Insert hosts entries to the beginning of the file."

This commit is contained in:
Zuul
2020-03-18 18:26:55 +00:00
committed by Gerrit Code Review

View File

@@ -62,6 +62,8 @@
blockinfile: blockinfile:
create: true create: true
path: "{{ tripleo_hosts_entries_hosts_path }}" path: "{{ tripleo_hosts_entries_hosts_path }}"
# BOF denotes the beginning of the file.
insertbefore: BOF
block: "{{ tripleo_hosts_entries_block }}" block: "{{ tripleo_hosts_entries_block }}"
tags: tags:
- tripleo_hosts_entries - tripleo_hosts_entries