Removes Ansible reinstall from pipeline (#10032)

This commit is contained in:
Luke Simmons
2023-08-14 14:11:21 +02:00
committed by GitHub
parent 3b68d63643
commit 1955943d4a
8 changed files with 1 additions and 25 deletions

View File

@ -29,6 +29,7 @@ RUN apt update -q \
gnupg2 \
software-properties-common \
unzip \
libvirt-clients \
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
&& add-apt-repository "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" \
&& apt update -q \