fix: add missing molecule python dependencies
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
a7a95b64c4
commit
3bb0db9c7d
@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
|
vars:
|
||||||
|
python3_packages_extra:
|
||||||
|
- centos-release-scl
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: xoxys.python3
|
- role: xoxys.python3
|
||||||
- role: xoxys.certbot
|
- role: xoxys.certbot
|
||||||
|
Loading…
Reference in New Issue
Block a user