I need this role for Jenkins builders. They don't get setuptools or pip installed during the common role.
Signed-off-by: David Galloway <dgallowa@redhat.com>
pip:
name: git+https://github.com/sebastian-philipp/registries-conf-ctl
state: latest
+ executable: "{{ pip_executable|default('pip3') }}"
tags:
- registries-conf-ctl
---
container_packages:
- docker.io
+ - python3-setuptools
+ - python3-pip
--- /dev/null
+---
+container_packages:
+ - podman
+ - podman-docker
+
+pip_executable: pip
--- /dev/null
+---
+container_packages:
+ - docker.io
+ - python-setuptools
+ - python-pip
+
+pip_executable: pip