diff --git a/guides/common/modules/proc_creating-a-job-template.adoc b/guides/common/modules/proc_creating-a-job-template.adoc index 176b928a85d..95a66d797a4 100644 --- a/guides/common/modules/proc_creating-a-job-template.adoc +++ b/guides/common/modules/proc_creating-a-job-template.adoc @@ -34,6 +34,18 @@ endif::[] ifdef::satellite[] For more information on Ansible check mode, see {RHDocsBaseURL}red_hat_ansible_automation_platform/latest/html-single/using_automation_execution/index[Using automation execution] in _Red{nbsp}Hat Ansible Automation Platform documentation_. endif::[] +.. Select *Enable Ansible Diff Mode* to run jobs based on the template in Ansible diff mode. +This mode reports detailed changes that Ansible tasks make if the underlying Ansible module supports Ansible diff mode. +If a module does not support Ansible diff mode, the task only reports that a change occurred without providing details. +When used with Ansible check mode, Ansible playbook tasks report the changes they would make to the host, but no actual changes occur. +If a task deploys credentials and supports Ansible diff mode, the changes to the credentials may be reported in clear text. +To prevent change reports for a task, add `diff: false` or `no_log: true` to the task. +ifndef::satellite[] +For more information on Ansible diff mode, see link:https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_checkmode.html[Validating tasks: check mode and diff mode] in _Ansible Documentation_. +endif::[] +ifdef::satellite[] +For more information on Ansible diff mode, see {RHDocsBaseURL}red_hat_ansible_automation_platform/latest/html-single/using_automation_execution/index[Using automation execution] in _Red{nbsp}Hat Ansible Automation Platform documentation_. +endif::[] . Click the *Location* tab and add the locations where you want to use the template. . Click the *Organizations* tab and add the organizations where you want to use the template. . Click *Submit* to save your changes.