kayobe/playbooks/kayobe-tox-molecule/pre.yml
Mark Goddard 74cdf09d1a Use zuul's install-docker role
This allows us to remove the sudo from the tox molecule environment, since
the install-docker role correctly adds the zuul user to the docker group.

Change-Id: Ib7abd22c0caf793a8a59d38a4f63df7e60a7b69e
2018-11-12 10:58:59 +00:00

5 lines
53 B
YAML

---
- hosts: all
roles:
- role: install-docker