Refactor package installation
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-08-03 14:39:36 +02:00
parent c48f27c42e
commit 01e168a7f9
5 changed files with 21 additions and 21 deletions

View File

@ -1,11 +1,13 @@
packages:
- jq
# (python3-*) Dependency for installation of Ansible
- python3-pip
- python3-setuptools
- python3-wheel
pip_packages:
- pip
- ansible-core
- lxml
apt:
- jq
# (python3-*) Dependency for installation of Ansible
- python3-pip
# - python3-setuptools
# - python3-wheel
pip:
- ansible-core
- lxml
- pip
- setuptools
- wheel