From 52cd626f8289d4344c3ce2272a87f2744ae794b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20NAMECHE?= Date: Mon, 26 Jan 2026 16:28:36 +0100 Subject: [PATCH] Update .gitea/workflows/publish.yml --- .gitea/workflows/publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index ca8520f..3b9cb0c 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -8,10 +8,9 @@ jobs: publish: runs-on: ubuntu-24.04 steps: - - run: > - apt install -y pipx yq && - pipx install ansible==12.3.0 --include-deps && - pipx inject ansible ansible-lint --include-apps + - run: apt install -y pipx yq && + - run: pipx install ansible==12.3.0 --include-deps + - run: pipx inject ansible ansible-lint --include-apps - uses: actions/checkout@v6 - run: > cd seb4itik/byow &&