From 74d1859552ac5bdd8df8a4f45b156fc7873b240d Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Mon, 18 Jan 2021 09:12:30 -0600 Subject: [PATCH] add alias --- awx_collection/plugins/modules/tower_workflow_job_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/tower_workflow_job_template.py b/awx_collection/plugins/modules/tower_workflow_job_template.py index 6bfa8fafe4..f6d972e76f 100644 --- a/awx_collection/plugins/modules/tower_workflow_job_template.py +++ b/awx_collection/plugins/modules/tower_workflow_job_template.py @@ -163,7 +163,7 @@ def main(): description=dict(), extra_vars=dict(type='dict'), organization=dict(), - survey_spec=dict(type='dict'), # special handling + survey_spec=dict(type='dict', aliases=['survey']), survey_enabled=dict(type='bool'), allow_simultaneous=dict(type='bool'), ask_variables_on_launch=dict(type='bool'),