From 206b1d150914afdd6fdc4bda769dc43ab8fd6141 Mon Sep 17 00:00:00 2001 From: Benjamin Hays Date: Mon, 7 Oct 2024 19:15:56 -0400 Subject: [PATCH] Fix previous previous commit --- .gitea/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ansible-lint.yml b/.gitea/workflows/ansible-lint.yml index ad5edbf..c41b503 100644 --- a/.gitea/workflows/ansible-lint.yml +++ b/.gitea/workflows/ansible-lint.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Install Ansible-Lint run: | - apt install -y ansible-lint + apt install -y python3-pip;pip3 install ansible-dev-tools - name: Checkout uses: actions/checkout@v3 with: