Lukáš Kotek
Results
2
issues of
Lukáš Kotek
Install one or more packages separated by spaces using `kickstart_instlock_pkgs` parameter and lock version of these packages using `python3-dnf-plugin-versionlock`. Expected usage is part of `RHEL-8-devel.ks` file. Signed-off-by: Lukas Kotek
In case ansible is installed via pip **before** avocado based ansible tests are executed, some key dependecies don't have to be satisfied – the most important `sshpass`. This PR adds...