--- kind: pipeline type: docker name: Lint steps: - name: yamllint image: cytopia/yamllint commands: - yamllint --strict . - name: ansible-playbook syntax check image: cytopia/ansible commands: - ansible-galaxy install -r requirements.yml - ansible-playbook main.yml --syntax-check - name: ansible-lint image: cytopia/ansible-lint commands: - ansible-lint main.yml --- kind: signature hmac: 89a66133287b8dbf91e2af18656fc933218ed587f08a6bc73a0675b17de61b6c ...