From b79f1c575bbc83532b808f0169060c992f03e68d Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Sun, 4 Aug 2024 03:21:29 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8214172..7131021 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,7 +12,10 @@ jobs: - name: install ansible run: | - apt install ansible -y + apt update -y + apt install python3-pip -y + python3 -m pip install ansible + python3 -m pip install ansible-lint - name: Portainer webhook run: |