add missing python deps
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-09-19 14:30:28 +02:00
parent d980e3ac62
commit 26a4e09156
2 changed files with 9 additions and 0 deletions

View File

@ -1,7 +1,11 @@
---
- name: Converge
hosts: all
vars:
python3_packages_extra:
- epel-release
roles:
- role: xoxys.python3
- role: xoxys.docker-engine
- role: xoxys.droneci

View File

@ -1,4 +1,9 @@
---
- src: https://gitea.rknet.org/ansible/xoxys.python3.git
name: xoxys.python3
scm: git
version: master
- src: https://gitea.rknet.org/ansible/xoxys.docker-engine.git
name: xoxys.docker-engine
scm: git