Skip to content

Commit e82a19a

Browse files
committed
v2.1.4
1 parent 3bc4b21 commit e82a19a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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 }}

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)