diff --git a/tests/sanity/runtest.sh b/tests/sanity/runtest.sh index abe2cf2..359ef0c 100644 --- a/tests/sanity/runtest.sh +++ b/tests/sanity/runtest.sh @@ -1,5 +1,8 @@ #!/bin/sh -eux +# Install python3 and python3-pip +dnf -y install python3 python3-pip + # Use pip3 to install ansible (2.9) pip3 install "ansible>=2.9,<2.10"