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