kolla-ansible/releasenotes/notes/bug-2058492-b86e8eceb04eec67.yaml
Martin Hiner a7c8bcda2e Fix incorrect condition in kolla_container_facts
Incorrect condition in Podman part prevented the retrieval
of facts of all the containers when no names were provided.

Closes-Bug: #2058492
Change-Id: I6d7f7ca0523eb17c7d9a9b93d2037bf77f2c2a47
Signed-off-by: Martin Hiner <martin.hiner@tietoevry.com>
2024-03-20 16:13:23 +01:00

7 lines
200 B
YAML

---
fixes:
- |
Incorrect condition in Podman part prevented the retrieval
of facts of all the containers when no names were provided.
`LP#2058492 <https://launchpad.net/bugs/2058492>`__