Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(community.docker.docker_volume): labels can be none (#702)
* fix(community.docker.docker_volume): labels can be none catch case where volume labels can are done (default) eg: $ docker volume inspect foo [ { "CreatedAt": "2023-11-11T12:55:23+01:00", "Driver": "local", "Labels": null, "Mountpoint": "/var/lib/docker/volumes/foo/_data", "Name": "foo", "Options": {}, "Scope": "local" } ] * Update plugins/modules/docker_volume.py Co-authored-by: Felix Fontein <[email protected]> * add(community.docker.docker_volume): changelog fragment * Update changelogs/fragments/702-docker-volume-label-none.yaml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 4c220c4)
- Loading branch information