You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/04/03 23:08:05 UTC

[incubator-openwhisk] branch master updated: Fix wrong Ansible version for docker-machine setup (#3521)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 39eabde  Fix wrong Ansible version for docker-machine setup (#3521)
39eabde is described below

commit 39eabde3be4180fd0fa534a5995a18f0cc54fbff
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Tue Apr 3 19:08:00 2018 -0400

    Fix wrong Ansible version for docker-machine setup (#3521)
---
 tools/macos/docker-machine/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/macos/docker-machine/README.md b/tools/macos/docker-machine/README.md
index 1ef9ab7..7d6c9b8 100644
--- a/tools/macos/docker-machine/README.md
+++ b/tools/macos/docker-machine/README.md
@@ -29,7 +29,7 @@ The following are required to build and deploy OpenWhisk from a Mac host:
 - [Docker 1.12.0](https://docs.docker.com/engine/installation/mac/) (including `docker-machine`)
 - [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
 - [Scala 2.11](http://scala-lang.org/download/)
-- [Ansible 2.2.1.0](http://docs.ansible.com/ansible/intro_installation.html)
+- [Ansible 2.4.2.0](http://docs.ansible.com/ansible/intro_installation.html)
 
 **Tip** Versions of Docker and Ansible are lower than the latest released versions, the versions used in OpenWhisk are pinned to have stability during continues integration and deployment.
 

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.