From 9a9d53d17a614efe4d72642229a325534364bcfe Mon Sep 17 00:00:00 2001 From: James Vornhagen Date: Wed, 13 Nov 2019 17:11:36 +0100 Subject: [PATCH] update documentation example missing k in workflow. - Docs Pull Request +label: docsite_pr --- awx_collection/plugins/modules/tower_workflow_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '''