Fix log collection

Setting the CONTAINER_ENGINE env var was missed in one spot in [0].

[0] I395d2bdb0dfb4b325b6ad197c8893c8a0f768324

Change-Id: I29868d59cbef2bd5707ab20d2c30a2d8f6d6060e
(cherry picked from commit f849403a92)
This commit is contained in:
Dr. Jens Harbott 2023-05-23 18:13:44 +02:00 committed by Michal Nasiadka
parent 815743325d
commit 0a50e9bf38
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
- name: Run diagnostics script
environment:
CONTAINER_ENGINE: "{{ container_engine }}"
KOLLA_INTERNAL_VIP_ADDRESS: "{{ kolla_internal_vip_address }}"
script: get_logs.sh
register: get_logs_result