Skip to content

Commit 32fd2be

Browse files
authored
Fix path error
1 parent 3e3414c commit 32fd2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/cli/tasks/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
get_url:
3636
url: "{{ openwhisk_cli.remote.location }}/{{ openwhisk_cli.archive_name}}-{{ openwhisk_cli_tag }}-all.tgz"
3737
dest: "{{ nginx.confdir }}/cli_temp/{{ openwhisk_cli.archive_name }}.tgz"
38-
headers: "{{ openwhisk_cli.remote.headers | default('') }}"
38+
headers: "{{ openwhisk_cli.remote.headers | default('{}') }}"
3939
when: openwhisk_cli.installation_mode == "remote"
4040

4141
- name: "... or Copy release archive to build directory"

0 commit comments

Comments
 (0)