docker-ubuntu1804-ansible icon indicating copy to clipboard operation
docker-ubuntu1804-ansible copied to clipboard

no longer out of the box usable with Ansible 2.17

Open wookietreiber opened this issue 1 year ago • 2 comments

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?

wookietreiber avatar Aug 13 '24 06:08 wookietreiber