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:
parent
19247d92c3
commit
fd3af3c91b
@ -1 +1,4 @@
|
||||
# Ansible depends
|
||||
apt-transport-https:
|
||||
libselinux-python:
|
||||
python-apt:
|
||||
|
@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user