-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle python3-pip for Ubunt 20.04 and Update Documentation #86
base: master
Are you sure you want to change the base?
Conversation
Hi, cat /etc/lsb-releaseDISTRIB_ID=Ubuntu After that change, the swarm is installed correctly. $ docker node ls
ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS ENGINE VERSION
ri6yc1zmo3gzm2er2kgzdm8n0 swarm3 Ready Active Reachable 19.03.13
tk7dsge7egukhvcy6k7arhyf1 * swarm1 Ready Active Leader 19.03.13
s3k6hnyw75hli4fm1sii0vx77 swarm2 Ready Active Reachable 19.03.13 |
The usage of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes script compatible with ubuntu 20.04.
@@ -1,10 +1,10 @@ | |||
--- | |||
|
|||
python_pip_packages: | |||
- python-pip | |||
- "{% if ansible_python_version is version_compare('3.0.0', '<') %}python-pip{% else %}python3-pip{% endif %}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great fix. # This makes atosatto/ansible-dockerswarm compatible with ubuntu 20.04
True. It'd be better to do with ansible facts. I'm making another PR. |
What is the status of this PR? |
Update Docunemtation - add example for docker_daemon_config: