diff --git a/awx_collection/plugins/modules/tower_workflow_template.py b/awx_collection/plugins/modules/tower_workflow_template.py index 56f85850b6..d0325cb0e5 100644 --- a/awx_collection/plugins/modules/tower_workflow_template.py +++ b/awx_collection/plugins/modules/tower_workflow_template.py @@ -92,7 +92,7 @@ EXAMPLES = ''' organization: My optional Organization schema: "{{ lookup('file', 'my_workflow.json') }}" -- tower_worflow_template: +- tower_workflow_template: name: Workflow Template state: absent '''