From 56723c32030a89921f84553cef7127e718eb9787 Mon Sep 17 00:00:00 2001 From: Christopher Galtenberg Date: Tue, 16 May 2017 18:11:12 -0700 Subject: [PATCH] Improve help text for extra-vars requiring @ for filename (cherry picked from commit 1b34de89ee1d75cb7f616b5a34cd5043bf7dfd2b) --- .../web_infrastructure/ansible_tower/tower_job_launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py index 1fa3d236b0..648e260632 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py @@ -54,7 +54,7 @@ options: default: null extra_vars: description: - - Extra_vars to use for the job_template. Use '@' for a file. + - Extra_vars to use for the job_template. Prepend '@' if a file. default: null limit: description: