mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
7fdd15f115
commit
5872a88a57
@@ -106,7 +106,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