1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-09 05:27:17 +00:00

Normalize more booleans. (#5247) (#5250)

(cherry picked from commit 015566fb06)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-09-06 21:07:46 +02:00 committed by GitHub
parent 7229ef4ac4
commit 8595601708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
170 changed files with 465 additions and 465 deletions

View file

@ -179,7 +179,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Build a Cloud Server
gather_facts: False
gather_facts: false
tasks:
- name: Server build request
local_action:
@ -200,7 +200,7 @@ EXAMPLES = '''
- name: Build an exact count of cloud servers with incremented names
hosts: local
gather_facts: False
gather_facts: false
tasks:
- name: Server build requests
local_action:

View file

@ -78,7 +78,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Build a Block Storage Volume
gather_facts: False
gather_facts: false
hosts: local
connection: local
tasks:

View file

@ -58,7 +58,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Attach a Block Storage Volume
gather_facts: False
gather_facts: false
hosts: local
connection: local
tasks:

View file

@ -70,7 +70,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Build a Cloud Databases
gather_facts: False
gather_facts: false
tasks:
- name: Server build request
local_action:

View file

@ -111,7 +111,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Build a Load Balancer
gather_facts: False
gather_facts: false
hosts: local
connection: local
tasks:

View file

@ -54,7 +54,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Create domain
hosts: all
gather_facts: False
gather_facts: false
tasks:
- name: Domain create request
local_action:

View file

@ -24,7 +24,7 @@ options:
description:
- IP address for A/AAAA record, FQDN for CNAME/MX/NS, or text data for
SRV/TXT
required: True
required: true
domain:
type: str
description:
@ -38,7 +38,7 @@ options:
type: str
description:
- FQDN record name to create
required: True
required: true
overwrite:
description:
- Add new records if data doesn't match, instead of updating existing
@ -100,7 +100,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Create DNS Records
hosts: all
gather_facts: False
gather_facts: false
tasks:
- name: Create A record
local_action:

View file

@ -37,7 +37,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Gather info about servers
hosts: all
gather_facts: False
gather_facts: false
tasks:
- name: Get facts about servers
local_action:

View file

@ -83,7 +83,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: "Test Cloud Files Objects"
hosts: local
gather_facts: False
gather_facts: false
tasks:
- name: "Get objects from test container"
community.general.rax_files_objects:

View file

@ -32,7 +32,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Load Rackspace Cloud Identity
gather_facts: False
gather_facts: false
hosts: local
connection: local
tasks:

View file

@ -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:

View file

@ -41,7 +41,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Set metadata for a server
hosts: all
gather_facts: False
gather_facts: false
tasks:
- name: Set metadata
local_action:

View file

@ -77,7 +77,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Alarm example
gather_facts: False
gather_facts: false
hosts: local
connection: local
tasks:

View file

@ -119,7 +119,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Create a monitoring check
gather_facts: False
gather_facts: false
hosts: local
connection: local
tasks:

View file

@ -57,7 +57,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Entity example
gather_facts: False
gather_facts: false
hosts: local
connection: local
tasks:

View file

@ -52,7 +52,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Monitoring notification example
gather_facts: False
gather_facts: false
hosts: local
connection: local
tasks:

View file

@ -58,7 +58,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Example notification plan
gather_facts: False
gather_facts: false
hosts: local
connection: local
tasks:

View file

@ -42,7 +42,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Build an Isolated Network
gather_facts: False
gather_facts: false
tasks:
- name: Network create request

View file

@ -38,7 +38,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Build a Queue
gather_facts: False
gather_facts: false
hosts: local
connection: local
tasks: