diff --git a/.drone.yml b/.drone.yml index 48c0ea7..7f232d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: ansible lint image: cytopia/ansible-lint:alpine commands: - - ansible-lint -c .ansible-lint.yml . + - ansible-lint . - name: ansible apply image: plugins/ansible:3