Open amado-saladino opened 2 years ago
https://github.com/atosatto/ansible-dockerswarm/blob/579f802ec3b97a6a57f1362fdea04006d13b4ee2/vars/Debian.yml#L4
while running this role on Ubuntu 20, it raises an error python-pip package not found, instead it should be python3-pip
python-pip
python3-pip
Whenever I install this role, I have manually to update this package name before running my playbook
Same happens with GCP image: debian-cloud/debian-12
https://github.com/atosatto/ansible-dockerswarm/blob/579f802ec3b97a6a57f1362fdea04006d13b4ee2/vars/Debian.yml#L4
while running this role on Ubuntu 20, it raises an error
python-pip
package not found, instead it should bepython3-pip
Whenever I install this role, I have manually to update this package name before running my playbook