steps: - name: ansible-lint image: debian commands: - apt-get update - apt-get -y install python3 python3-pip - apt-get install -y ansible - cd ansible/ - ansible-lint