oslo-config-validator: container run task should never fail

Since it's calling the collection, there's no rc to check against and if
there's no validation error, then it's not an issue.

Change-Id: I0ae9adf5b33dbae6e6d2e349b7d5a1c33e290aaa
(cherry picked from commit 3043ad836b)
This commit is contained in:
David Vallee Delisle 2021-10-15 10:03:52 -04:00
parent a628e7bcfb
commit a758a74ef3
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@
command: "{{ oslo_command }}"
register: container_run
failed_when:
- not container_run.stderr_lines | default([]) | count
- not container_run.stdout_lines | default([]) | count
- false
- name: Printing container run output
when: