From 05da03c564655833348d86044162abc0f592a543 Mon Sep 17 00:00:00 2001 From: Muhammed Hussein karimi Date: Wed, 4 May 2022 00:11:26 +0430 Subject: [PATCH] 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 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8bf9e5f..ed8b91f 100644 --- a/README.md +++ b/README.md @@ -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