docker-ubuntu1804-ansible
docker-ubuntu1804-ansible copied to clipboard
no longer out of the box usable with Ansible 2.17
I'm getting this with my molecule tests now:
ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py
SyntaxError: future feature annotations is not defined
Looks to be the Python shipping with bionic / included in the image is too old for Ansible 2.17, for more details see here.
I'm wondering, can the image be updated with a more recent Python version that allows out of the box usage with Ansible 2.17?