Document attributes (#497)

* Add 'docker' action group attribute.

* Compatibility with older ansible-core releases.

* Fix typo.

* Docment standard attributes.

* Improve docs.

* Add shortcuts for common combinations.
This commit is contained in:
Felix Fontein
2022-11-06 21:15:09 +01:00
committed by GitHub
parent 7ea99edf07
commit 2261dff49f
32 changed files with 451 additions and 190 deletions
+11 -3
View File
@@ -21,6 +21,17 @@ description:
- Load one or multiple Docker images from a C(.tar) archive, and return information on
the loaded image(s).
extends_documentation_fragment:
- community.docker.docker.api_documentation
- community.docker.attributes
- community.docker.attributes.actiongroup_docker
attributes:
check_mode:
support: none
diff_mode:
support: none
options:
path:
description:
@@ -28,9 +39,6 @@ options:
type: path
required: true
extends_documentation_fragment:
- community.docker.docker.api_documentation
notes:
- Does not support C(check_mode).