mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-22 00:34:32 +00:00
Currently the pipeline used to create test containers is using Python 3.6.15, and Ansible 2.12 requires, at least, Python 3.8. This change adds a new parameter to build container template, `python_version`, which is set by default to '3.x', meaning it will use the latest Python version available (for version 3) if the parameter is not explicitly set.