Packer.Images/ansible/roles/os/vars/main.yml
Danny Bessems 01e168a7f9
Some checks failed
continuous-integration/drone/push Build is failing
Refactor package installation
2022-08-03 14:39:36 +02:00

14 lines
226 B
YAML

packages:
apt:
- jq
# (python3-*) Dependency for installation of Ansible
- python3-pip
# - python3-setuptools
# - python3-wheel
pip:
- ansible-core
- lxml
- pip
- setuptools
- wheel