rabbah closed pull request #2993: Make sure bin folder exist under 
OPENWHISK_HOME
URL: https://github.com/apache/incubator-openwhisk/pull/2993
 
 
   

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/download_cli.yml 
b/ansible/roles/cli/tasks/download_cli.yml
index 6024b0682d..db3ff22d50 100644
--- a/ansible/roles/cli/tasks/download_cli.yml
+++ b/ansible/roles/cli/tasks/download_cli.yml
@@ -2,6 +2,13 @@
 
 # Download the cli to openwhisk_home
 
+- name: "ensure the bin folder exists under {{ openwhisk_home }}"
+  local_action: >
+    file
+    path="{{ openwhisk_home }}/bin"
+    state=directory mode=0777
+  become: "{{ cli.dir.become }}"
+
 - name: "download cli (linux) to openwhisk home at {{ openwhisk_home }}"
   local_action: >
     get_url


 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to