ansible 2.10 is too old for many collections
Change-Id: Ifa767ab99504a56fc67ace643d84ae2613509b7d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
sudo podman ps -aq |xargs sudo podman rm || true
fi
sudo rm -rfv /data /tmp/xtesting*
- if [ $(lsb_release -r -s |cut -d\. -f1) -ge "22" ]; then
+ if [ $(lsb_release -r -s |cut -d\. -f1) -ge "24" ]; then
sudo DEBIAN_FRONTEND=noninteractive apt-get \
-o DPkg::Lock::Timeout=300 install ansible patch -y
else
fi
sudo rm -rfv /data /tmp/xtesting*
EOF
- if [ $(lsb_release -r -s |cut -d\. -f1) -ge "22" ]; then
+ if [ $(lsb_release -r -s |cut -d\. -f1) -ge "24" ]; then
sudo DEBIAN_FRONTEND=noninteractive apt-get \
-o DPkg::Lock::Timeout=300 install ansible patch -y
else