mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 05:43:15 +00:00
Use true and false instead of yes and no for boolean values
Story: 2010586 Task: 47380 Change-Id: I1b88aa925d823d74b2d012153dfe26d35c93dfd5
This commit is contained in:
@@ -46,7 +46,7 @@ options:
|
||||
description:
|
||||
- Should ansible wait until the requested resource is complete.
|
||||
type: bool
|
||||
default: yes
|
||||
default: true
|
||||
timeout:
|
||||
description:
|
||||
- How long should ansible wait for the requested resource.
|
||||
@@ -60,7 +60,7 @@ options:
|
||||
validate_certs:
|
||||
description:
|
||||
- Whether or not SSL API requests should be verified.
|
||||
- Before Ansible 2.3 this defaulted to C(yes).
|
||||
- Before Ansible 2.3 this defaulted to C(true).
|
||||
type: bool
|
||||
aliases: [ verify ]
|
||||
ca_cert:
|
||||
|
||||
Reference in New Issue
Block a user