Add ansible dependencies to infra-package-needs

Lets use zuul-worker element to install more ansible task
dependencies.

Change-Id: Icea27d0de8fce1275f5008e336f7b6711f353913
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-09-13 20:16:22 -04:00
parent 19247d92c3
commit fd3af3c91b
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 12 additions and 3 deletions

View File

@ -1 +1,4 @@
# Ansible depends
apt-transport-https:
libselinux-python:
python-apt:

View File

@ -1,13 +1,19 @@
{
"family": {
"debian": {
"libselinux-python": ""
"apt-transport-https": "apt-transport-https",
"libselinux-python": "",
"python-apt": "python-apt"
},
"gentoo": {
"libselinux-python": "sys-libs/libselinux"
"apt-transport-https": "",
"libselinux-python": "sys-libs/libselinux",
"python-apt": ""
},
"suse": {
"libselinux-python": ""
"apt-transport-https": "",
"libselinux-python": "",
"python-apt": ""
}
}
}