Skip to content

Commit 79a8f7f

Browse files
authored
Merge pull request #473 from Tompage1994/300-execenv-example
Add execution environment option to job_template example
2 parents 5eea7a0 + 9f4fb52 commit 79a8f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/job_templates/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ controller_templates:
185185
- name: Survey Template with vars
186186
job_type: run
187187
inventory: Demo Inventory
188+
execution_environment: my_exec_env
188189
survey_enabled: true
189190
survey: "{{ lookup('template', 'template_surveys/basic_survey.json') | regex_replace('\\n', '') }}"
190191
project: controller Config

0 commit comments

Comments
 (0)