summaryrefslogtreecommitdiff
path: root/lib/ansible/utils
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2018-11-28 13:55:52 +0530
committerGitHub <noreply@github.com>2018-11-28 13:55:52 +0530
commitbc3e7bbeba8534de22a7a8d0a96468fd26ad7959 (patch)
tree723b4dc7dcca26436c1064ec1df079ce05001065 /lib/ansible/utils
parent991a9dfa120b45d566e6f7aef428fe36f0372137 (diff)
downloadansible-bc3e7bbeba8534de22a7a8d0a96468fd26ad7959.tar.gz
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib/ansible/utils')
-rw-r--r--lib/ansible/utils/module_docs_fragments/dimensiondata.py1
-rw-r--r--lib/ansible/utils/module_docs_fragments/dimensiondata_wait.py1
-rw-r--r--lib/ansible/utils/module_docs_fragments/netscaler.py1
-rw-r--r--lib/ansible/utils/module_docs_fragments/rackspace.py1
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/ansible/utils/module_docs_fragments/dimensiondata.py b/lib/ansible/utils/module_docs_fragments/dimensiondata.py
index d477a83bf3..ef40b200ef 100644
--- a/lib/ansible/utils/module_docs_fragments/dimensiondata.py
+++ b/lib/ansible/utils/module_docs_fragments/dimensiondata.py
@@ -55,4 +55,5 @@ options:
- This should only be used on private instances of the CloudControl API that use self-signed certificates.
required: false
default: true
+ type: bool
'''
diff --git a/lib/ansible/utils/module_docs_fragments/dimensiondata_wait.py b/lib/ansible/utils/module_docs_fragments/dimensiondata_wait.py
index a281758f5b..37c5327234 100644
--- a/lib/ansible/utils/module_docs_fragments/dimensiondata_wait.py
+++ b/lib/ansible/utils/module_docs_fragments/dimensiondata_wait.py
@@ -30,6 +30,7 @@ options:
- Should we wait for the task to complete before moving onto the next.
required: false
default: false
+ type: bool
wait_time:
description:
- The maximum amount of time (in seconds) to wait for the task to complete.
diff --git a/lib/ansible/utils/module_docs_fragments/netscaler.py b/lib/ansible/utils/module_docs_fragments/netscaler.py
index 0f6ed55f6b..3f47b2c32e 100644
--- a/lib/ansible/utils/module_docs_fragments/netscaler.py
+++ b/lib/ansible/utils/module_docs_fragments/netscaler.py
@@ -29,6 +29,7 @@ options:
- If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.
required: false
default: 'yes'
+ type: bool
nitro_timeout:
description:
diff --git a/lib/ansible/utils/module_docs_fragments/rackspace.py b/lib/ansible/utils/module_docs_fragments/rackspace.py
index 1a86e6a51c..c3312f75b2 100644
--- a/lib/ansible/utils/module_docs_fragments/rackspace.py
+++ b/lib/ansible/utils/module_docs_fragments/rackspace.py
@@ -109,6 +109,7 @@ options:
description:
- Whether or not to require SSL validation of API endpoints.
version_added: 1.5
+ type: bool
requirements:
- "python >= 2.6"
- pyrax