mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
7fdd15f115
commit
5872a88a57
@@ -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