We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3414c commit 32fd2beCopy full SHA for 32fd2be
ansible/roles/cli/tasks/deploy.yml
@@ -35,7 +35,7 @@
35
get_url:
36
url: "{{ openwhisk_cli.remote.location }}/{{ openwhisk_cli.archive_name}}-{{ openwhisk_cli_tag }}-all.tgz"
37
dest: "{{ nginx.confdir }}/cli_temp/{{ openwhisk_cli.archive_name }}.tgz"
38
- headers: "{{ openwhisk_cli.remote.headers | default('') }}"
+ headers: "{{ openwhisk_cli.remote.headers | default('{}') }}"
39
when: openwhisk_cli.installation_mode == "remote"
40
41
- name: "... or Copy release archive to build directory"
0 commit comments