Toby Cabot
Toby Cabot
quay.io/ansible/awx-ee:24.6.1 emits this warning: ``` TASK [Gathering Facts] ********************************************************* ok: [10.4.0.43] [WARNING]: Collection azure.azcollection does not support Ansible version 2.15.12 ``` The azcollection source: `requires_ansible: '>=2.16.0'` https://github.com/ansible-collections/azure/blob/dev/meta/runtime.yml#L2 However, awx-ee source:...
awx-ee uses the ubuntu-20.04 image in its GH actions. According to https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/ that image will be "fully retired by April 1, 2025".
ubuntu-20.04 is deprecated: https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
It's set, but most places used a hard-coded string instead of the variable value. I might have to maintain a fork so I'd like to have this parameterized, and since...
I was getting a crash when I tried to run awx-ee using ansible-navigator: ``` Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/ansible/cli/__init__.py", line 646, in cli_executor exit_code = cli.run() ^^^^^^^^^ File...
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand...