mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
cc6337b344
commit
ae0d6b70a0
@@ -101,7 +101,7 @@ extends_documentation_fragment: awx.awx.auth
|
||||
EXAMPLES = '''
|
||||
- name: Export all assets
|
||||
export:
|
||||
all: True
|
||||
all: true
|
||||
|
||||
- name: Export all inventories
|
||||
export:
|
||||
|
||||
Reference in New Issue
Block a user