Fix ansible-lint truthy in module docstrings

This commit is contained in:
Chris Meyers
2025-01-14 15:06:30 -05:00
committed by Chris Meyers
parent cc6337b344
commit ae0d6b70a0
14 changed files with 19 additions and 19 deletions

View File

@@ -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