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 2017/12/21 19:15:31 UTC

[GitHub] rabbah commented on a change in pull request #2799: ansible fix for #2788 for docker for mac

rabbah commented on a change in pull request #2799: ansible fix for #2788 for docker for mac 
URL: https://github.com/apache/incubator-openwhisk/pull/2799#discussion_r158356135
 
 

 ##########
 File path: ansible/roles/invoker/tasks/deploy.yml
 ##########
 @@ -56,7 +56,7 @@
 - name: define options when deploying invoker on Ubuntu
   set_fact:
     linuxOptions: "-v /usr/lib/x86_64-linux-gnu/libapparmor.so.1:/usr/lib/x86_64-linux-gnu/libapparmor.so.1"
-  when: ansible_distribution == "Ubuntu"
+  when: (ansible_distribution == "Ubuntu") and (whisk_version_name != "local")
 
 Review comment:
   the second expression will evaluate to true for docker-for-mac, no?

----------------------------------------------------------------
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