Rebase ansible installation source
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-06-09 14:39:43 +02:00
parent 5f835960b9
commit 9460bc9bd6
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,11 @@
packages:
- ansible
# (python3-*) Dependency for installation of Ansible
- python3-pip
- python3-setuptools
- python3-wheel
# (libxml2-utils) Dependency for xmllint
- libxml2-utils
pip-packages:
- pip
- ansible-core