xoxys.droneci_runner_docker/molecule/centos7/converge.yml
Robert Kaussow e02d6ba878
All checks were successful
continuous-integration/drone/push Build is passing
create the right docker test network during molecule run
2020-06-18 16:29:21 +02:00

15 lines
302 B
YAML

---
- name: Converge
hosts: all
vars:
dockerengine_packages_extra:
- epel-release
- python-pip
dockerengine_networks:
- name: droneci_default
droneci_runner_docker_service_stopped: True
roles:
- role: xoxys.docker_engine
- role: xoxys.droneci_runner_docker