mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 05:59:28 -02:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
7fdd15f115
commit
5872a88a57
@@ -95,8 +95,8 @@ EXAMPLES = '''
|
||||
- fda
|
||||
children:
|
||||
- NewYork
|
||||
preserve_existing_hosts: True
|
||||
preserve_existing_children: True
|
||||
preserve_existing_hosts: true
|
||||
preserve_existing_children: true
|
||||
'''
|
||||
|
||||
from ..module_utils.controller_api import ControllerAPIModule
|
||||
|
||||
Reference in New Issue
Block a user