From 226c0b162d47d40410ef3cca9243796bb14dcd2a Mon Sep 17 00:00:00 2001 From: Chris Plock Date: Thu, 4 Jan 2018 09:26:20 -0800 Subject: [PATCH] Update ansible SHA for worker's etcd url fix Adds https://github.com/contiv/ansible/pull/385 Signed-off-by: Chris Plock --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 238ad80..7335386 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ export CONTIV_NETPLUGIN_VERSION := $(NETPLUGIN_OWNER)-$(NETPLUGIN_BRANCH) endif export CONTIV_V2PLUGIN_VERSION ?= $(DEFAULT_DOWNLOAD_CONTIV_VERSION) export CONTIV_NETPLUGIN_TARBALL_NAME := netplugin-$(CONTIV_NETPLUGIN_VERSION).tar.bz2 -export CONTIV_ANSIBLE_COMMIT ?= 2622719a324f524857758261848506c42be2980c +export CONTIV_ANSIBLE_COMMIT ?= 2d150b11d623f9301fd11920f02f3a467f0128da export CONTIV_ANSIBLE_OWNER ?= contiv # this is the classic first makefile target, and it's also the default target