mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(awx): adjust spacing, ordering
This commit is contained in:
@@ -901,9 +901,9 @@ Scheduled Jobs' attributes can override referenced Job Templates properties:
|
||||
diff_mode: true
|
||||
- awx.awx.schedule:
|
||||
organization: ExampleOrg
|
||||
…
|
||||
enabled: true
|
||||
unified_job_template: Some Job
|
||||
enabled: true
|
||||
…
|
||||
job_type: run # spawned jobs override the job template's "job_type" property
|
||||
verbosity: 0 # spawned jobs override the job template's "verbosity" property
|
||||
diff_mode: false # spawned jobs override the job template's "diff_mode" property
|
||||
@@ -948,14 +948,15 @@ Templates used by its Nodes:
|
||||
- awx.awx.workflow_job_template_node:
|
||||
workflow_job_template: Some workflow
|
||||
unified_job_template: Some job
|
||||
…
|
||||
job_type: check # spawned jobs override the job template's "job_type" property
|
||||
verbosity: 3 # spawned jobs override the job template's "verbosity" property
|
||||
diff_mode: true # spawned jobs override the job template's "diff_mode" property
|
||||
- awx.awx.schedule:
|
||||
organization: ExampleOrg
|
||||
…
|
||||
enabled: true
|
||||
unified_job_template: Some workflow
|
||||
enabled: true
|
||||
…
|
||||
job_type: run # spawned workflows override the node's "job_type" property
|
||||
verbosity: 0 # spawned workflows override the node's "verbosity" property
|
||||
diff_mode: false # spawned workflows override the node's "diff_mode" property
|
||||
@@ -1342,10 +1343,10 @@ Refer [AWX Command Line Interface] for more information.
|
||||
-->
|
||||
|
||||
<!-- In-article sections -->
|
||||
[Gotchas]: #gotchas
|
||||
[Executing Jobs]: #executing-jobs
|
||||
[Pass data between workflow Nodes]: #pass-data-between-workflow-nodes
|
||||
[Attribute inheritance and overriding]: #attribute-inheritance-and-overriding
|
||||
[Executing Jobs]: #executing-jobs
|
||||
[Gotchas]: #gotchas
|
||||
[Pass data between workflow Nodes]: #pass-data-between-workflow-nodes
|
||||
[Variables inheritance and overriding]: #variables-inheritance-and-overriding
|
||||
|
||||
<!-- Knowledge base -->
|
||||
|
||||
Reference in New Issue
Block a user