Austin Lane

Results 4 issues of Austin Lane

The `vmware.ansible-for-nsxt` module currently breaks ansible module convention by using the `env` shebang. ```shell #!/usr/bin/env python ``` From the [Ansible Docs](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#python-shebang-utf-8-coding): > Using `#!/usr/bin/env`, makes `env` the interpreter and bypasses...

Upgrades AWX-EE from Python 3.9 to Python 3.11. Bringing with it 3.11's speed improvements. https://docs.python.org/3/whatsnew/3.11.html This also replaces `python-unversioned-command` with `alternatives` command -- as `python-unversioned-command` always links to `python3.9` in...

With the release of `ansible.windows` 2.0.0, many modules have been moved/linked to the `microsoft.ad` collection. This collection should be included in the AWX-EE. Tested and working in my private EE....

This PR switches the base image to `centos:stream9-minimal` which uses `microdnf` and does not bundle Python3.9, allowing us to ship a final image without Python 3.9 installed at all. Also...