From cdfd10ecae910db1d3baf6a8338f5b9cac52695c Mon Sep 17 00:00:00 2001 From: jens Date: Mon, 26 Oct 2020 10:37:12 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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