diff --git a/.forgejo/workflows/ansible-lint.yml b/.forgejo/workflows/ansible-lint.yml index d1fed48..a51dce6 100644 --- a/.forgejo/workflows/ansible-lint.yml +++ b/.forgejo/workflows/ansible-lint.yml @@ -11,7 +11,8 @@ jobs: - uses: actions/checkout@v4 - - name: Run ansible-lint - uses: https://github.com/ansible/ansible-lint@main - with: - setup_python: false + - run: | + apt update; apt install --yes python3-pip + pip3 install --break-system-packages ansible-lint + ansible-lint +