This is an automated email from the ASF dual-hosted git repository.
jiangpengcheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 9a39c10cb Fix path error (#5225)
9a39c10cb is described below
commit 9a39c10cbf820265b99c3135193ee5709248bbfa
Author: Erika Hunhoff <[email protected]>
AuthorDate: Sat May 7 00:53:51 2022 -0600
Fix path error (#5225)
---
ansible/roles/cli/tasks/deploy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansible/roles/cli/tasks/deploy.yml
b/ansible/roles/cli/tasks/deploy.yml
index 423375eea..4e43947d3 100644
--- a/ansible/roles/cli/tasks/deploy.yml
+++ b/ansible/roles/cli/tasks/deploy.yml
@@ -35,7 +35,7 @@
get_url:
url: "{{ openwhisk_cli.remote.location }}/{{
openwhisk_cli.archive_name}}-{{ openwhisk_cli_tag }}-all.tgz"
dest: "{{ nginx.confdir }}/cli_temp/{{ openwhisk_cli.archive_name }}.tgz"
- headers: "{{ openwhisk_cli.remote.headers | default('') }}"
+ headers: "{{ openwhisk_cli.remote.headers | default('{}') }}"
when: openwhisk_cli.installation_mode == "remote"
- name: "... or Copy release archive to build directory"