Fix host entries permissions

The cleanup tasks needs become: true because it was created with root.

Change-Id: Iaa39aa301be182722e0650583d1ad17c0e8dc82b
Related-Bug: #1883609
(cherry picked from commit 746bd9a52b)
This commit is contained in:
Alex Schultz 2020-06-16 14:38:57 -06:00 committed by Emilien Macchi
parent 4a6174af21
commit b2ea17cc8a
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@
- tripleo_hosts_entries
- name: Clean up temporary hosts file
become: true
file:
path: "{{ tripleo_hosts_entries_tmp_hosts.path }}"
state: absent