test/simplified-installer: fix yq installation on rhel8
Basically use the latest 3.2.1 version because of https://github.com/kislyuk/yq/issues/165 Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
parent
7785330fb5
commit
01e7370c08
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ source /usr/libexec/tests/osbuild-composer/shared_lib.sh
|
|||
|
||||
# Start firewalld
|
||||
sudo systemctl enable --now firewalld
|
||||
sudo pip3 install yq
|
||||
sudo pip3 install yq==v3.2.1
|
||||
# Install fdo packages (This cannot be done in the setup.sh because fdo-admin-cli is not available on fedora)
|
||||
sudo dnf install -y fdo-admin-cli
|
||||
# Start fdo-aio to have /etc/fdo/aio folder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue