--- kind: pipeline type: exec name: default steps: - name: install dependencies commands: - dnf install -y python3 findutils - pip3 install -U ansible-lint - name: lint check commands: - ansible-lint -x "" -w ""