angstwad/docker.ubuntu

ansible-galaxy can't download this role when using python 3

lvnilesh opened this issue · 2 comments

ansible-galaxy install angstwad.docker_ubuntu                                                     master ✱ ◼
- downloading role 'docker_ubuntu', owned by angstwad
ERROR! Unexpected Exception: '<' not supported between instances of 'int' and 'str'

Docker's versions are strings, not ints, so this is a problem that probably needs to be resolved upstream in Ansible.

I am getting this as well. Nothing to be done? Open an issue with them?