IBM / ansible-power-aix

Developer contributions for Ansible Automation on Power
https://ibm.github.io/ansible-power-aix/
GNU General Public License v3.0
80 stars 93 forks source link

Changed required python version for all the modules #536

Closed schamola closed 3 weeks ago

schamola commented 3 weeks ago

After recent updates to the modules, some new features like f-strings are now being used. Some of these (eg: f-strings) were introduced in python version 3.6. The documentation needs to change accordingly.