--- language: python services: docker env: global: - ROLE_NAME: docker matrix: - MOLECULE_DISTRO: centos7 MOLECULE_DOCKER_COMMAND: /usr/lib/systemd/systemd - MOLECULE_DISTRO: ubuntu1804 - MOLECULE_DISTRO: ubuntu1604 - MOLECULE_DISTRO: ubuntu1404 MOLECULE_DOCKER_COMMAND: /sbin/init - MOLECULE_DISTRO: debian9 # - MOLECULE_DISTRO: fedora27 # MOLECULE_DOCKER_COMMAND: /usr/lib/systemd/systemd install: # Install test dependencies. - pip install molecule docker before_script: # Use actual Ansible Galaxy role name for the project directory. - cd ../ - mv ansible-role-$ROLE_NAME geerlingguy.$ROLE_NAME - cd geerlingguy.$ROLE_NAME script: # Run tests. - molecule test notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/