mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
cc6337b344
commit
ae0d6b70a0
@@ -150,8 +150,8 @@ EXAMPLES = '''
|
||||
description: Source for inventory
|
||||
inventory: previously-created-inventory
|
||||
credential: previously-created-credential
|
||||
overwrite: True
|
||||
update_on_launch: True
|
||||
overwrite: true
|
||||
update_on_launch: true
|
||||
organization: Default
|
||||
source_vars:
|
||||
private: false
|
||||
|
||||
Reference in New Issue
Block a user