From b968161efe2cfd975ce2de63d2700ea991b0aacc Mon Sep 17 00:00:00 2001 From: Wei Tie Date: Tue, 14 Nov 2017 10:07:10 -0800 Subject: [PATCH] Correct contiv/ansible default commit Signed-off-by: Wei Tie --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60bce9c..7c9d252 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,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 ?= 7aebefc806b1ddc56f73c5087f0d47d0e88a2f84 +export CONTIV_ANSIBLE_COMMIT ?= 8e20f56d541af8bc7a3ecbde0d9c64fa943812ed export CONTIV_ANSIBLE_OWNER ?= contiv # this is the classic first makefile target, and it's also the default target