mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 01:58:09 -03:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
7fdd15f115
commit
5872a88a57
@@ -54,7 +54,7 @@ EXAMPLES = """
|
||||
- name: Launch a workflow with a timeout of 10 seconds
|
||||
workflow_launch:
|
||||
workflow_template: "Test Workflow"
|
||||
wait: False
|
||||
wait: false
|
||||
register: workflow
|
||||
|
||||
- name: Wait for a workflow node to finish
|
||||
|
||||
Reference in New Issue
Block a user