diff --git a/awx/ui/client/src/forms/JobTemplates.js b/awx/ui/client/src/forms/JobTemplates.js index 2441f567fa..78547e2328 100644 --- a/awx/ui/client/src/forms/JobTemplates.js +++ b/awx/ui/client/src/forms/JobTemplates.js @@ -231,7 +231,7 @@ export default addRequired: false, editRequird: false, column: 2, - awPopOver: "
If enabled, run this playbook as an administrator. This is the equivalent of passing the --become option to the ansible-playbook command.
If enabled, run this playbook as an administrator. This is the equivalent of passing the --become option to the ansible-playbook command.
Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter " + - "for ansible-playbook. Provide key/value pairs using either YAML or JSON.
" + + awPopOver: "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter " +
+ "for ansible-playbook. Provide key/value pairs using either YAML or JSON.
{\n" + "YAML:
\"somevar\": \"somevalue\",
\"password\": \"magic\"
}