fix: rm ufw from ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2023-12-11 14:38:03 +05:30
parent 66f3979930
commit b6b58b6156
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -5,9 +5,7 @@ steps:
- whoami
- apt-get update
- apt upgrade -y
- apt-get install -y ca-certificates curl gnupg tar wget libssl-dev python3-pip cython3 pipx ufw iptables
- update-alternatives --set iptables /usr/sbin/iptables-legacy
- ufw status
- apt-get install -y ca-certificates curl gnupg tar wget libssl-dev python3-pip cython3 pipx
- pipx install --include-deps ansible
- pipx ensurepath && echo $SHELL
- /root/.local/bin/ansible-galaxy install -r ./ansible/requirements.yml