+ {i18n._(t`Each time a job runs using this inventory,
refresh the inventory from the selected source before
executing job tasks.`)}
+
+
+ {projectField?.value && (
+
+ {i18n._(t`If you want the Inventory Source to update on
+ launch and on project update, click on Update on launch, and also go to`)}
+
+ {' '}
+ {projectField.value.name}{' '}
+
+ {i18n._(t`and click on Update Revision on Launch`)}
+
+ )}
+ >
+ }
/>
{showProjectUpdate && (
+
+ {i18n._(t`After every project update where the SCM revision
changes, refresh the inventory from the selected source
before executing job tasks. This is intended for static content,
like the Ansible inventory .ini file format.`)}
+
+
+ {projectField?.value && (
+
+ {i18n._(t`If you want the Inventory Source to update on
+ launch and on project update, click on Update on launch, and also go to`)}
+
+ {' '}
+ {projectField.value.name}{' '}
+
+ {i18n._(t`and click on Update Revision on Launch`)}
+