summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-ansible.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-ansible.inc')
-rw-r--r--recipes-devtools/python/python-ansible.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-devtools/python/python-ansible.inc b/recipes-devtools/python/python-ansible.inc
index 0bb663a..fa55ba3 100644
--- a/recipes-devtools/python/python-ansible.inc
+++ b/recipes-devtools/python/python-ansible.inc
@@ -6,13 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
6 6
7SRCNAME = "ansible" 7SRCNAME = "ansible"
8 8
9SRC_URI = "http://releases.ansible.com/ansible/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.14"
10 10
11SRC_URI[md5sum] = "b1be8f05864a07c06b8a767dcd48ba1b" 11SRCREV = "5c6dfff68759ccc9794b609db45872950077e98b"
12SRC_URI[sha256sum] = "cd4b8f53720fcd0c351156b840fdd15ecfbec22c951b5406ec503de49d40b9f5"
13 12
14 13S = "${WORKDIR}/git"
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 14
17ANSIBLE_WHITELIST_MODULES ?= "commands files system network/ovs __pycache__ service" 15ANSIBLE_WHITELIST_MODULES ?= "commands files system network/ovs __pycache__ service"
18 16