diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cba51a9..04c3a33 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install ansible run: | - apt update && apt upgrade + apt update && apt upgrade -y - name: Setup Python uses: actions/setup-python@v5