Files
project-config/nodepool/elements/zuul-worker/pkg-map
Paul Belanger fd3af3c91b 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>
2017-09-14 12:30:25 -04:00

20 lines
397 B
Plaintext

{
"family": {
"debian": {
"apt-transport-https": "apt-transport-https",
"libselinux-python": "",
"python-apt": "python-apt"
},
"gentoo": {
"apt-transport-https": "",
"libselinux-python": "sys-libs/libselinux",
"python-apt": ""
},
"suse": {
"apt-transport-https": "",
"libselinux-python": "",
"python-apt": ""
}
}
}