Skip to content

Commit 548f5ce

Browse files
committed
Updated per comments to remove passive voice and conform to a single line per-sentence
1 parent b212e3a commit 548f5ce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

guides/common/modules/proc_creating-a-job-template.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ endif::[]
3434
ifdef::satellite[]
3535
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_.
3636
endif::[]
37-
.. Select *Enable Ansible Diff Mode* to run jobs based on the template in Ansible diff mode, which reports detailed changes Ansible tasks make _if_ the underlying Ansible modules supports Ansible diff mode. If a module does not support Ansible diff mode, then the task will only report that a change occurred and nothing else. When used in conjunction with Ansible check mode, the Ansible playbook tasks report changes they _would_ have made to the host, and no changes are made to the host. Please note that if a task is used to deploy credentials and the task supports Ansible diff mode, then changes to the credentials _may_ be reported in clear text. This can be mitigated by adding `diff: false` or `no_log: true` to the task in question which will prevent change reports for that task.
37+
.. Select *Enable Ansible Diff Mode* to run jobs based on the template in Ansible diff mode.
38+
This mode reports detailed changes that Ansible tasks make if the underlying Ansible module supports Ansible diff mode.
39+
If a module does not support Ansible diff mode, the task only reports that a change occurred without providing details.
40+
When used with Ansible check mode, Ansible playbook tasks report the changes they would make to the host, but no actual changes occur.
41+
If a task deploys credentials and supports Ansible diff mode, the changes to the credentials may be reported in clear text.
42+
To prevent change reports for a task, add `diff: false` or `no_log: true` to the task.
3843
ifndef::satellite[]
3944
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_.
4045
endif::[]

0 commit comments

Comments
 (0)