mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Normalize more booleans. (#5247)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user