refactor docker_engine dependency
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c6bd887289
commit
a39638926b
@ -1,11 +1,14 @@
|
|||||||
---
|
---
|
||||||
- name: Converge (Stage 1)
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
environment:
|
||||||
- role: xoxys.python3
|
PYTHONPATH: /opt/python2/ansible-deps/lib/python2.7/site-packages
|
||||||
- role: xoxys.docker_engine
|
vars:
|
||||||
|
dockerengine_packages_extra:
|
||||||
|
- epel-release
|
||||||
|
- python-pip
|
||||||
|
- python-virtualenv
|
||||||
|
|
||||||
- name: Converge (Stage 2)
|
|
||||||
hosts: all
|
|
||||||
roles:
|
roles:
|
||||||
|
- role: xoxys.docker_engine
|
||||||
- role: xoxys.docker_tidy
|
- role: xoxys.docker_tidy
|
||||||
|
Loading…
Reference in New Issue
Block a user