community.docker/plugins
Alexander Jähnel 4c220c4d74
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 <felix@fontein.de>

* add(community.docker.docker_volume): changelog fragment

* Update changelogs/fragments/702-docker-volume-label-none.yaml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2023-11-12 11:19:56 +01:00
..
action Fix typos, improve markup, improve scenario guide (#699) 2023-10-29 08:30:24 +01:00
connection Fix typos, improve markup, improve scenario guide (#699) 2023-10-29 08:30:24 +01:00
doc_fragments Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
inventory Fix typos, improve markup, improve scenario guide (#699) 2023-10-29 08:30:24 +01:00
module_utils Fix typos, improve markup, improve scenario guide (#699) 2023-10-29 08:30:24 +01:00
modules fix(community.docker.docker_volume): labels can be none (#702) 2023-11-12 11:19:56 +01:00
plugin_utils Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#430) 2022-07-20 07:45:33 +02:00