diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_workflow_template.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_workflow_template.py index e8b2e5b3548..073b149dee3 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_workflow_template.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_workflow_template.py @@ -84,7 +84,7 @@ EXAMPLES = ''' organization: My optional Organization schema: "{{ lookup('file', 'my_workflow.json') }}" -- tower_worflow_template: +- tower_workflow_template: name: Workflow Template state: absent '''