mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-05 15:59:09 -07:00
Normalize more booleans. (#5247)
This commit is contained in:
parent
570445adc4
commit
015566fb06
170 changed files with 465 additions and 465 deletions
|
@ -45,7 +45,7 @@ extends_documentation_fragment:
|
|||
EXAMPLES = '''
|
||||
- name: Create a keypair
|
||||
hosts: localhost
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Keypair request
|
||||
local_action:
|
||||
|
@ -67,7 +67,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Create a keypair
|
||||
hosts: localhost
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Keypair request
|
||||
local_action:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue