diff --git a/.gitea/workflows/deployment.yaml b/.gitea/workflows/deployment.yaml index bf37824..4ee2405 100644 --- a/.gitea/workflows/deployment.yaml +++ b/.gitea/workflows/deployment.yaml @@ -29,7 +29,7 @@ jobs: # run ansible linter - name: "Run Ansible Lint" run: | - ansible-lint -c . + ansible-lint -c .ansible-lint . # ansible deployment