diff --git a/.gitea/workflows/deployment.yaml b/.gitea/workflows/deployment.yaml index 4ee2405..193a500 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 . + ansible-lint . # ansible deployment