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:
create: true
path: "{{ tripleo_hosts_entries_hosts_path }}"
# BOF denotes the beginning of the file.
insertbefore: BOF
block: "{{ tripleo_hosts_entries_block }}"
tags:
- tripleo_hosts_entries