You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/28 19:05:48 UTC

[GitHub] csantanapr closed pull request #3360: Set mode of wsk to executable

csantanapr closed pull request #3360: Set mode of wsk to executable
URL: https://github.com/apache/incubator-openwhisk/pull/3360
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ansible/roles/cli/tasks/copy_local_openwhisk_cli.yml b/ansible/roles/cli/tasks/copy_local_openwhisk_cli.yml
index ac7d234b60..18b0a44e61 100644
--- a/ansible/roles/cli/tasks/copy_local_openwhisk_cli.yml
+++ b/ansible/roles/cli/tasks/copy_local_openwhisk_cli.yml
@@ -32,5 +32,5 @@
   when: binary_path.stat.exists
 
 - name: "copy the local binary to the root bin directory when architectures match"
-  local_action: copy src={{ source_file }} dest={{ openwhisk_home }}/bin
+  local_action: copy src={{ source_file }} dest={{ openwhisk_home }}/bin mode=0755
   when: system_match and arch_match


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services