add missing pythonpath for docker-compose
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
b7912ad4e7
commit
eaa1d315e4
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
|
environment:
|
||||||
|
PYTHONPATH: /opt/python2/ansible-deps/lib/python2.7/site-packages
|
||||||
vars:
|
vars:
|
||||||
dockerengine_packages_extra:
|
dockerengine_packages_extra:
|
||||||
- epel-release
|
- epel-release
|
||||||
|
Loading…
Reference in New Issue
Block a user