
Lets use zuul-worker element to install more ansible task dependencies. Change-Id: Icea27d0de8fce1275f5008e336f7b6711f353913 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
20 lines
397 B
Plaintext
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": ""
|
|
}
|
|
}
|
|
}
|