Add Molecule to Docker role (#5129)

* Add Molecule for container-engine/docker

* Add bootstrap-os to Molecule prepare stage
This commit is contained in:
aharrisson
2020-04-16 08:28:45 +02:00
committed by GitHub
parent 6a92e34994
commit b6341287bb
4 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Converge
hosts: all
become: true
roles:
- role: kubespray-defaults
- role: docker