--- dependency: name: galaxy driver: name: docker lint: name: yamllint platforms: - name: opa-xenial image: geerlingguy/docker-ubuntu1604-ansible command: /lib/systemd/systemd volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro privileged: yes - name: opa-centos7 image: geerlingguy/docker-centos7-ansible command: /usr/lib/systemd/systemd volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro privileged: yes provisioner: name: ansible lint: name: ansible-lint verifier: name: testinfra lint: name: flake8