Skip to content

Commit 974a2af

Browse files
bnericksonaneta-petrovamaximiliankolb
authored
Document Ansible Check Mode template option (#3391)
* Fixes #37942 - Updating Job Template Documentation with Ansible Check Mode Option * Updating documentation to provide better clarity, legibility, and a link to the Ansible-specific documentation. * Fixing endif syntax errors * Apply feedback from style review Co-authored-by: Maximilian Kolb <[email protected]> --------- Co-authored-by: Aneta Šteflová Petrová <[email protected]> Co-authored-by: Maximilian Kolb <[email protected]>
1 parent fd64cfa commit 974a2af

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ For examples, see the *Help* tab.
2424
. Optional: In the *Effective user* area, configure a user if the command cannot use the default `remote_execution_effective_user` setting.
2525
. Optional: If this template is a snippet to be included in other templates, click the *Type* tab and select *Snippet*.
2626
. Optional: If you use the Ansible provider, click the *Ansible* tab.
27-
Select *Enable Ansible Callback* to allow hosts to send facts, which are used to create configuration reports, back to {Project} after a job finishes.
27+
.. Select *Enable Ansible Callback* to allow hosts to send facts, which are used to create configuration reports, back to {Project} after a job finishes.
28+
.. Select *Enable Ansible Check Mode* to run jobs based on the template in Ansible check mode, which executes Ansible playbooks without making changes to hosts.
29+
ifndef::satellite[]
30+
For more information on Ansible check mode, see link:https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_checkmode.html[Validating tasks: check mode and diff mode] in _Ansible Documentation_.
31+
endif::[]
32+
ifdef::satellite[]
33+
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_.
34+
endif::[]
2835
. Click the *Location* tab and add the locations where you want to use the template.
2936
. Click the *Organizations* tab and add the organizations where you want to use the template.
3037
. Click *Submit* to save your changes.

0 commit comments

Comments
 (0)