diff --git a/.drone.yml b/.drone.yml index 28a982d..4e21e51 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,6 @@ steps: commands: - dnf install -y python3 findutils - pip3 install -U ansible-lint - - name: syntax check + - name: lint check commands: - - "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-playbook --syntax-check --list-tasks" - - name: ansibel lint - commands: - - "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-lint" \ No newline at end of file + - "ansible-lint" \ No newline at end of file