Merge "oslo-config-validator: container run task should never fail" into stable/train

This commit is contained in:
Zuul 2022-04-28 15:41:38 +00:00 committed by Gerrit Code Review
commit 3ca5f6f4b8
1 changed files with 2 additions and 4 deletions

View File

@ -115,8 +115,7 @@
command: "{{ oslo_command }}"
register: podman_container_run
failed_when:
- not podman_container_run.stderr_lines | default([]) | count
- not podman_container_run.stdout_lines | default([]) | count
- false
- name: Setting container_run fact
set_fact:
@ -141,8 +140,7 @@
command: "{{ oslo_command }}"
register: docker_container_run
failed_when:
- not docker_container_run.stderr_lines | default([]) | count
- not docker_container_run.stdout_lines | default([]) | count
- false
- name: Setting container_run fact
set_fact: