From b6b58b61566500c0965daac2e67cd3634d64bc3d Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 11 Dec 2023 14:38:03 +0530 Subject: [PATCH] fix: rm ufw from ci --- .woodpecker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e227495..f1659a8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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