mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-21 09:51:27 -07:00
(cherry picked from commit 403c4f7477
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
43dc6ba533
commit
c5ff49db56
27 changed files with 110 additions and 110 deletions
|
@ -57,10 +57,10 @@ options:
|
|||
type: str
|
||||
validate_certs:
|
||||
description:
|
||||
- If C(no), SSL certificates will not be validated. This should only be used
|
||||
- If C(false), SSL certificates will not be validated. This should only be used
|
||||
on personally controlled sites using self-signed certificates.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
@ -71,7 +71,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Wait for handoffs to finish. Use with async and poll.
|
||||
community.general.riak:
|
||||
wait_for_handoffs: yes
|
||||
wait_for_handoffs: true
|
||||
|
||||
- name: Wait for riak_kv service to startup
|
||||
community.general.riak:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue