when: branch: master steps: build: image: alpine/git commands: - apk add ansible ansible-lint # - cd slococo/playground # - ansible-galaxy collection install . - ansible-galaxy collection install -r slococo/playground/requirements.yml - ansible-lint - ls -al