--- dependency: name: galaxy lint: | set -e yamllint . ansible-lint driver: name: docker platforms: - name: ubuntu-latest image: jrei/systemd-ubuntu:latest command: /usr/sbin/init privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: centos-latest image: centos/systemd:latest command: /usr/sbin/init privileged: true provisioner: name: ansible verifier: name: ansible