Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Cannot remove volumes from kube yaml - need to convert yaml to list
Cause: __podman_quadlet_parsed was not converted to a list. Consequence: On older versions of Ansible, the volumes from the kube yaml were not removed when removing quadlets. Fix: Convert __podman_quadlet_parsed to a list after parsing. Result: Older versions of Ansible can remove volumes specified in kube yaml files. Signed-off-by: Rich Megginson <[email protected]>
- Loading branch information