HenryGP / om_ansible

Minimalistic, disposable Ops Manager environment with Ansible
19 stars 17 forks source link

update python for provisioner #99

Closed emisca closed 1 year ago

emisca commented 1 year ago
[DEPRECATION WARNING]: Ansible will require Python 3.8 or newer on the controller starting with Ansible 2.12. Current version: 3.7.16 (default, Mar 14 2023, 03:47:39) [GCC 10.2.1 20210110]. This feature
will be removed from ansible-core in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

python has to be updated to avoid this warning/deprecation on the provisioner container.

We first need to check if this is possible and do it.