Skip to content

Commit 0dcbcf5

Browse files
authored
Merge pull request #332 from chrisplo/ansible_1.1.7_netctl_fix
ansible SHA for 1.1.7 netctl fix
2 parents a7843d3 + 13af660 commit 0dcbcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export CONTIV_NETPLUGIN_VERSION := $(NETPLUGIN_OWNER)-$(NETPLUGIN_BRANCH)
1717
endif
1818
export CONTIV_V2PLUGIN_VERSION ?= $(DEFAULT_DOWNLOAD_CONTIV_VERSION)
1919
export CONTIV_NETPLUGIN_TARBALL_NAME := netplugin-$(CONTIV_NETPLUGIN_VERSION).tar.bz2
20-
export CONTIV_ANSIBLE_COMMIT ?= 8e20f56d541af8bc7a3ecbde0d9c64fa943812ed
20+
export CONTIV_ANSIBLE_COMMIT ?= 2622719a324f524857758261848506c42be2980c
2121
export CONTIV_ANSIBLE_OWNER ?= contiv
2222

2323
# this is the classic first makefile target, and it's also the default target

0 commit comments

Comments
 (0)