File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ And **JobTemplate** is: -
111111 ask_extra_vars: <bool>
112112 extra_vars: <string>
113113 credentials: [<string>]
114+ inventory: [<string>]
114115 teams: [<string>]
115116 labels: [<string>]
116117
Original file line number Diff line number Diff line change 22
33collections :
44- name : awx.awx
5- version : 10.0 .0
5+ version : 11.2 .0
Original file line number Diff line number Diff line change 1010 awx.awx.tower_job_template :
1111 name : " {{ item.name }}"
1212 job_type : run
13- inventory : localhost
13+ inventory : " {{ item.inventory|default(' localhost', true) }} "
1414 project : " {{ item.project }}"
1515 playbook : " {{ item.playbook }}"
1616 ask_extra_vars : " {{ item.ask_extra_vars|default('no', true)|bool }}"
2121 awx.awx.tower_job_template :
2222 name : " {{ item.name }}"
2323 job_type : run
24- inventory : localhost
24+ inventory : " {{ item.inventory|default(' localhost', true) }} "
2525 project : " {{ item.project }}"
2626 playbook : " {{ item.playbook }}"
2727 ask_extra_vars : " {{ item.ask_extra_vars|default('no', true)|bool }}"
You can’t perform that action at this time.
0 commit comments