summaryrefslogtreecommitdiff
path: root/lib/ansible/utils
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-12-20 18:18:46 +0100
committerGitHub <noreply@github.com>2018-12-20 18:18:46 +0100
commit14b03ac15faa31359e6d56beb3b955dc2e012549 (patch)
tree2ae9be9bc90318e147e4140d129acae9bc8efe78 /lib/ansible/utils
parentf55481863d320e7ec5a8c2a0d273dfa0a07b8d7f (diff)
downloadansible-14b03ac15faa31359e6d56beb3b955dc2e012549.tar.gz
MSC: Various bugfixes and features enhancements (#50200)
* MSC: Various bugfixes and features enhancements This PR includes: - Lookups of roles, labels and domains - Auto-create new labels - Improvements to comparing complex datastructures - Force removal of sites - Support non top-level queries - Document internal functions - Add parameter types to modules - Fix documentation examples - Improvements to idempotency wrt. returning changed - Support site locations - Update permission list - Various improvements to integration tests * Fix Ci issues
Diffstat (limited to 'lib/ansible/utils')
-rw-r--r--lib/ansible/utils/module_docs_fragments/msc.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/utils/module_docs_fragments/msc.py b/lib/ansible/utils/module_docs_fragments/msc.py
index 4589389edd..8b32615dbd 100644
--- a/lib/ansible/utils/module_docs_fragments/msc.py
+++ b/lib/ansible/utils/module_docs_fragments/msc.py
@@ -48,18 +48,18 @@ options:
description:
- If C(no), it will not use a proxy, even if one is defined in an environment variable on the target hosts.
type: bool
- default: 'yes'
+ default: yes
use_ssl:
description:
- If C(no), an HTTP connection will be used instead of the default HTTPS connection.
type: bool
- default: 'yes'
+ default: yes
validate_certs:
description:
- If C(no), SSL certificates will not be validated.
- This should only set to C(no) when used on personally controlled sites using self-signed certificates.
type: bool
- default: 'yes'
+ default: yes
notes:
- Please read the :ref:`aci_guide` for more detailed information on how to manage your ACI infrastructure using Ansible.
'''