Normalize more booleans. (#5247)

This commit is contained in:
Felix Fontein
2022-09-06 20:42:17 +02:00
committed by GitHub
parent 570445adc4
commit 015566fb06
170 changed files with 465 additions and 465 deletions

View File

@@ -112,8 +112,8 @@ EXAMPLES = r'''
ipa_host: ipa.example.com
ipa_user: admin
ipa_pass: topsecret
validate_certs: False
random_password: True
validate_certs: false
random_password: true
- name: Ensure host is disabled
community.general.ipa_host:
@@ -146,7 +146,7 @@ EXAMPLES = r'''
ipa_host: ipa.example.com
ipa_user: admin
ipa_pass: topsecret
update_dns: True
update_dns: true
'''
RETURN = r'''

View File

@@ -66,7 +66,7 @@ options:
description:
- Force replace the existent vault on IPA server.
type: bool
default: False
default: false
choices: ["True", "False"]
validate_certs:
description:
@@ -115,7 +115,7 @@ EXAMPLES = r'''
ipa_host: ipa.example.com
ipa_user: admin
ipa_pass: topsecret
replace: True
replace: true
- name: Get vault info if already exists
community.general.ipa_vault: