Merge "Insert hosts entries to the beginning of the file." into stable/train

This commit is contained in:
Zuul 2020-03-24 20:23:42 +00:00 committed by Gerrit Code Review
commit 64685f0412
1 changed files with 2 additions and 0 deletions

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