Matt Martz
Matt Martz
I have a proof of concept of this at https://github.com/ansible/ansible/pull/72553 There are still a few things there that need more thought.
bot_skip
Outside of the rebase, the `permissions` functionality will need removed, as it has already been implemented in https://github.com/ansible/ansible/commit/ca08261f08a5071cc5f8c73e61342f5a9581b9cd via a slightly different mechanism. Note, I've not performed any review of...
You cannot use `ansible.builtin.package_facts` on a RHEL8 machine, nor the `dnf` module as of ansible-core 2.17.0. It relies on the rpm or dnf python bindings which are only available to...
I've locked this issue. ansible-core 2.17 only supports Python 3.7+ for target executions. Any system with a lower python version is unsupported. You may be able to install more recent...
Closing per https://github.com/ansible/ansible/issues/82068#issuecomment-1781497925 We've determined per that comment that artificially limiting capabilities for a friendlier error aren't worth it in the long run.
fwiw, just to link it here, using `skipsdist=true` and `usedevelop=true` was a recommendation to speed up testing in the tox.wiki examples page previous to 4.0: https://tox.wiki/en/3.1.3/example/general.html#avoiding-expensive-sdist (arbitrary version selected based...
I'm not necessarily asking for it to be restored, I just wanted to link to something that would describe why people may have had this configuration in place to begin...
FWIW, we needed this a while back in ansible, and added our own in https://github.com/ansible/ansible/commit/f728f2bff08bd428ed745448f391be644a2dfead
A few issues should attempt resolve: * https://github.com/ansible/ansible-runner/issues/1145 * https://github.com/ansible/ansible-runner/issues/1194 * https://github.com/ansible/ansible-runner/issues/1292