Use with Ansible section work with minimal hosts

Some times when I get VM from some providers some extra packages are needed in order to make it working specially when OS is a little bit minimal
This commit is contained in:
Muhammed Hussein karimi 2022-05-04 00:11:26 +04:30 committed by GitHub
parent 5b8e39b38e
commit 05da03c564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,13 @@ Many users of this role wish to also use Ansible to then _build_ Docker images a
vars:
pip_install_packages:
- name: wheel
- name: pip
state: latest
- name: setuptools
- name: cffi
- name: docker
- name: dockerpty
roles:
- geerlingguy.pip