File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3939 CONTROLLER_VERIFY_SSL : ${{ inputs.validate_certs }}
4040 CONTROLLER_PROJECT : ${{ inputs.controller_project }}
4141 JOB_TEMPLATE : ${{ inputs.job_template }}
42- WORKFLOW_TEMPLATE : ${{ inputs.job_template }}
42+ WORKFLOW_TEMPLATE : ${{ inputs.workflow_template }}
4343 EXTRA_VARS : ${{ inputs.extra_vars }}
Original file line number Diff line number Diff line change @@ -255,12 +255,10 @@ tee playbook.yml << EOF
255255 register: playbook_output
256256
257257 - name: display Automation controller job output
258- when: job_template_var|length > 0 or workflow_template_var|length > 0
259258 debug:
260259 var: playbook_output.json.content
261260
262261 - name: copy playbook output from Automation controller to file
263- when: job_template_var|length > 0 or workflow_template_var|length > 0
264262 ansible.builtin.copy:
265263 content: "{{ playbook_output.json.content }}"
266264 dest: job_output.txt
You can’t perform that action at this time.
0 commit comments