Fix collecting log of running vm.

The directory is created under root so we need to become one. The
overcloud command is fine as /etc/openstack/cloud.yaml is correctly
defined in CI.

Change-Id: I289ecaa7ca7bdf7b295593dd430f513e8c24b3f8
This commit is contained in:
Sofer Athlan-Guyot 2023-02-17 16:56:12 +01:00
parent fdc122d544
commit 46ed6780c7
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
- hosts: undercloud
gather_facts: false
become: false
become: true
tasks:
- name: ensure extra directory is present
file: