add python3 to molecule requirements
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
6dc2a86c07
commit
77facdf2ac
@ -7,6 +7,7 @@
|
|||||||
- python2-pip
|
- python2-pip
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
- role: xoxys.python3
|
||||||
- role: xoxys.docker-engine
|
- role: xoxys.docker-engine
|
||||||
|
|
||||||
- name: Converge (Stage 2)
|
- name: Converge (Stage 2)
|
||||||
|
@ -1,8 +1,14 @@
|
|||||||
---
|
---
|
||||||
|
- 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
|
- src: https://gitea.rknet.org/ansible/xoxys.docker-engine.git
|
||||||
name: xoxys.docker-engine
|
name: xoxys.docker-engine
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
|
|
||||||
- src: https://gitea.rknet.org/ansible/xoxys.postgres.git
|
- src: https://gitea.rknet.org/ansible/xoxys.postgres.git
|
||||||
name: xoxys.postgres
|
name: xoxys.postgres
|
||||||
scm: git
|
scm: git
|
||||||
|
Loading…
Reference in New Issue
Block a user