diff --git a/awx/ui/client/src/templates/job-template.form.js b/awx/ui/client/src/templates/job-template.form.js index 732bc5767e..5a3d5e0754 100644 --- a/awx/ui/client/src/templates/job-template.form.js +++ b/awx/ui/client/src/templates/job-template.form.js @@ -322,6 +322,17 @@ function(NotificationsList, CompletedJobsList, i18n) { dataContainer: "body", labelClass: 'stack-inline', ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)' + }, { + name: 'store_facts', + label: i18n._('Store Ansible Facts'), + type: 'checkbox', + column: 2, + awPopOver: "
" + i18n._("If enabled, a fact scan will be done when this job is launched.") + "
", + dataPlacement: 'right', + dataTitle: i18n._('Store Ansible Facts'), + dataContainer: "body", + labelClass: 'stack-inline', + ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)' }] }, callback_url: {