You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2018/03/28 15:39:52 UTC

[incubator-openwhisk-devtools] branch master updated: Use Ansible 2.4 container instead of 2.3 (#107)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 44bf843  Use Ansible 2.4 container instead of 2.3 (#107)
44bf843 is described below

commit 44bf8435f468b1b5ce52c1401a4f2a3d338cc4d2
Author: moritzraho <ra...@gmail.com>
AuthorDate: Wed Mar 28 17:39:50 2018 +0200

    Use Ansible 2.4 container instead of 2.3 (#107)
---
 docker-compose/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 0bbb38e..c6353a0 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -201,7 +201,7 @@ init-couchdb:
 	docker run --rm -v ~/tmp/openwhisk/src:/openwhisk -w /openwhisk/ansible \
 		--network="$${compose_network}" -t \
 		--add-host="db:$${db_ip_address}" \
-		ddragosd/ansible:2.3.1.0-debian8  \
+		ddragosd/ansible:2.4.0.0-debian8  \
 		sh -c "ansible-playbook setup.yml && ansible-playbook couchdb.yml --tags=ini && ansible-playbook initdb.yml wipe.yml \
 			-e db_host=db -e openwhisk_home=/openwhisk -e db_prefix=$(OPEN_WHISK_DB_PREFIX)"
 

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