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
|
||||
roles:
|
||||
- role: xoxys.python3
|
||||
- role: xoxys.docker_engine
|
||||
environment:
|
||||
PYTHONPATH: /opt/python2/ansible-deps/lib/python2.7/site-packages
|
||||
vars:
|
||||
dockerengine_packages_extra:
|
||||
- epel-release
|
||||
- python-pip
|
||||
- python-virtualenv
|
||||
|
||||
- name: Converge (Stage 2)
|
||||
hosts: all
|
||||
roles:
|
||||
- role: xoxys.docker_engine
|
||||
- role: xoxys.docker_tidy
|
||||
|
Loading…
Reference in New Issue
Block a user