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