xoxys.docker_tidy/molecule/centos7/converge.yml

12 lines
191 B
YAML
Raw Normal View History

2020-03-21 12:40:49 +01:00
---
- name: Converge (Stage 1)
hosts: all
roles:
- role: xoxys.python3
- role: xoxys.docker_engine
- name: Converge (Stage 2)
hosts: all
roles:
- role: xoxys.docker_tidy