Fix host entries permissions
The cleanup tasks needs become: true because it was created with root. Change-Id: Iaa39aa301be182722e0650583d1ad17c0e8dc82b Related-Bug: #1883609changes/24/736024/2
parent
19ef86c627
commit
746bd9a52b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue