Austin Lane

Results 8 comments of Austin Lane

@yciabaud Thanks so much for writing this up. Looks detailed and well done! I've been following this project for a number of years, hoping feross would do this sooner rather...

EE has been running great under ARM for a while now, when built yourself. All the RPM/Docker dependencies for AWX-EE load up without any fuss. `aarch64` has come a long...

This is already possible using `platform_version`, the branch is simply appended after a `#`. Unfortunately this is not documented very well in the [esp32 component docs](https://esphome.io/components/esp32.html#id1). Example: ```yaml esp32: board:...

You can also use `source` to specify a custom esp-idf framework to use. Ex: ```yaml esp32: board: lolin_s2_mini framework: type: esp-idf platform_version: "https://github.com/Jason2866/platform-espressif32.git#new_ULP" version: 4.4.3 source: https://github.com/tasmota/esp-idf/releases/download/v4.4.3/esp-idf-v4.4.3.zip ```

The roadmap for **Ansible 2.16** seems to indicate this interpreter upgrade will be necessary soon. See: - https://github.com/ansible/ansible/pull/80973 - https://github.com/ansible-collections/news-for-maintainers/issues/49 https://docs.ansible.com/ansible/devel//roadmap/ROADMAP_2_16.html#planned-work ```markdown - Drop Python 3.9 support for controller ```

Related https://github.com/ansible/awx-ee/pull/207

AWX-EE 21.11.0 uses the `ansible-runner` (v2.12) container as the base. In the [bindep.txt](https://github.com/ansible/ansible-runner/blob/release_2.3/tools/bindep.txt) it seems that it installs the `requests` rpm package. ``` # bindep.txt python38-requests [platform:centos-8 platform:rhel-8] ``` This...

oVirt 3.1.0 includes @shanemcd'd PR which fixes bindep. https://github.com/oVirt/ovirt-ansible-collection/pull/657 Can probably revert to using the `ovirt.ovirt` package from Galaxy now.