csantanapr commented on a change in pull request #2524: Docker for mac support
URL:
https://github.com/apache/incubator-openwhisk/pull/2524#discussion_r131038114
##########
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:
whisk_version_name is only set to `mac` in
ansible/environment/mac/group_vars/all
----------------------------------------------------------------
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