rabbah commented on a change in pull request #2524: Docker for mac support
URL: 
https://github.com/apache/incubator-openwhisk/pull/2524#discussion_r130455217
 
 

 ##########
 File path: ansible/roles/invoker/tasks/deploy.yml
 ##########
 @@ -26,34 +26,71 @@
   retries: "{{ docker.pull.retries }}"
   delay: "{{ docker.pull.delay }}"
 
-- name: determine docker root dir
+- name: "determine docker root dir on docker-machine"
   uri:  url="http://{{ inventory_hostname }}:{{ docker.port }}/info" 
return_content=yes
-  register: dockerInfo
+  register: dockerInfo_output
+  when: whisk_version_name == "mac"
 
 Review comment:
   are these all wrong now? should they be "local"?
 
----------------------------------------------------------------
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