diff options
author | Dag Wieers <dag@wieers.com> | 2018-03-15 22:15:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-15 22:15:24 +0100 |
commit | cdd21e2170b9a47d84624c8c2f792a66f2b0fe57 (patch) | |
tree | 29a518e9b19c8e43f9ef7eeccb6114e5ad9a5d55 /lib/ansible/modules/cloud/docker/docker_image_facts.py | |
parent | 58eb2e849d6e1b7c23b0f4b25e4dd3af1a1fd4d4 (diff) | |
download | ansible-cdd21e2170b9a47d84624c8c2f792a66f2b0fe57.tar.gz |
Clean up module documentation (#36909)
* Clean up module documentation
This PR includes:
- Removal of `default: None` (and variations)
- Removal of `required: false`
- Fixing booleans and `type: bool` where required
* Fix remaining (new) validation issues
Diffstat (limited to 'lib/ansible/modules/cloud/docker/docker_image_facts.py')
-rw-r--r-- | lib/ansible/modules/cloud/docker/docker_image_facts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/docker/docker_image_facts.py b/lib/ansible/modules/cloud/docker/docker_image_facts.py index c6dff60ab9..93fbf2e1a4 100644 --- a/lib/ansible/modules/cloud/docker/docker_image_facts.py +++ b/lib/ansible/modules/cloud/docker/docker_image_facts.py @@ -28,7 +28,6 @@ options: description: - An image name or a list of image names. Name format will be name[:tag] or repository/name[:tag], where tag is optional. If a tag is not provided, 'latest' will be used. - default: null required: true extends_documentation_fragment: |