Align verify parameter with validate_certs

The rest of ansible uses validate_certs, so make that the main
documented parameter. However, leave verify as an alias since that's the
passthrough value to the underlying libraries.
This commit is contained in:
Monty Taylor 2015-04-01 07:54:02 -04:00
parent 90ca386555
commit 87c99b4675
3 changed files with 5 additions and 3 deletions

View file

@ -65,11 +65,13 @@ options:
- How long should the socket layer wait before timing out for API calls.
If this is omitted, nothing will be passed to the requests library.
required: false
verify:
default: None
validate_certs:
description:
- Whether or not SSL API requests should be verified.
required: false
default: True
aliases: ['verify']
cacert:
description:
- A path to a CA Cert bundle that can be used as part of verifying