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

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