File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -319,10 +319,10 @@ jobs:
319319 echo "Installing required packages..."
320320 sudo add-apt-repository -y universe
321321 sudo apt-get update
322+ sudo apt-get install -y software-properties-common python3-pip apt-utils gnupg rpm createrepo-c file wget
322323 wget -q http://archive.ubuntu.com/ubuntu/pool/universe/d/dpkg-sig/dpkg-sig_0.13.1+nmu4_all.deb
323324 sudo dpkg -i dpkg-sig_0.13.1+nmu4_all.deb || sudo apt-get install -f -y
324325 rm dpkg-sig_0.13.1+nmu4_all.deb
325- sudo apt-get install -y software-properties-common python3-pip apt-utils gnupg rpm createrepo-c file
326326 sudo apt-add-repository --yes --update ppa:ansible/ansible
327327 sudo apt-get install -y ansible
328328 sudo ln -s /usr/bin/createrepo_c /usr/bin/createrepo
You can’t perform that action at this time.
0 commit comments