included an ansible-galaxy collecton requirement for containers.podman

This commit is contained in:
2026-06-10 22:09:09 -04:00
parent ac4af5de3d
commit 17a921b551

View File

@@ -2,3 +2,5 @@
collections: collections:
- name: linode.cloud - name: linode.cloud
version: "0.46.0" version: "0.46.0"
- name: containers.podman
version: "1.20.1"