File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Load the ansible-cloud action
2525 id : controller_job
26- uses :
ansible-cloud/[email protected] .3 26+ uses :
ansible-cloud/[email protected] .4 2727 with :
2828 controller_host : ${{ secrets.CONTROLLER_HOST }}
2929 controller_username : ${{ secrets.CONTROLLER_USERNAME }}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ tee playbook.yml << EOF
126126 - ask_variables_on_launch: "{{ template_info[0].ask_variables_on_launch }}"
127127 - ask_verbosity_on_launch: "{{ template_info[0].ask_verbosity_on_launch }}"
128128 - become_enabled: "{{ template_info[0].become_enabled }}"
129- - credentials: "{{ credentials | split(',' ) }}"
129+ - credentials: "{{ credentials | default(omit, true ) }}"
130130 - description: "{{ template_info[0].description }}"
131131 - diff_mode: "{{ template_info[0].diff_mode }}"
132132 - execution_environment: "{{ template_info[0].execution_environment }}"
You can’t perform that action at this time.
0 commit comments