--- dependency: name: galaxy driver: name: docker lint: | set -e yamllint . ansible-lint . flake8 platforms: - name: centos7 image: couchbase/centos7-systemd privileged: true command: "" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: ubuntu18 image: solita/ubuntu-systemd:18.04 command: /sbin/init privileged: true volumes: - /lib/modules:/lib/modules:ro provisioner: name: ansible env: ANSIBLE_ROLES_PATH: ../../../../test/roles verifier: name: testinfra options: verbose: true