1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

Adjust booleans in doc fragments. (#5152)

This commit is contained in:
Felix Fontein
2022-08-24 19:58:42 +02:00
committed by GitHub
parent 9f39294f50
commit bcecf2dcdc
18 changed files with 30 additions and 30 deletions

View File

@ -28,5 +28,5 @@ options:
description:
- Whether or not to validate SSL certs when supplying a https endpoint.
type: bool
default: yes
default: true
'''