atosatto / ansible-dockerswarm

Docker Engine clustering using "Swarm Mode" and Ansible
https://galaxy.ansible.com/atosatto/docker-swarm/
MIT License
264 stars 148 forks source link

Swarm Node Labels broken in v2.3.0 #82

Closed jauffrey closed 4 years ago

jauffrey commented 4 years ago

This commit 3bb8a49297448325b8feaa9b7a899c78b2fab97e breaks the swarm nodes label functionnality, as the docker inspect command used to get the labels actually doesn't find anything and breaks. Reverting to v2.2.0 solves the issue.

jauffrey commented 4 years ago

Duplicates https://github.com/atosatto/ansible-dockerswarm/issues/78