Packer.Images/ansible/roles/os/vars/main.yml

12 lines
223 B
YAML
Raw Normal View History

2021-06-08 19:27:08 +00:00
packages:
2021-06-09 12:39:43 +00:00
# (python3-*) Dependency for installation of Ansible
- python3-pip
- python3-setuptools
- python3-wheel
# (libxml2-utils) Dependency for xmllint
2021-06-08 19:56:06 +00:00
- libxml2-utils
2021-06-09 12:39:43 +00:00
pip-packages:
- pip
- ansible-core