Matt Martz
Matt Martz
ansible-core 2.16 requires a minimum of Python 3.10, as such, pip cannot find a version of core between 2.16 and 2.17 that will install on Python 3.9. You can add...
That's my fault, I forgot another line: ```diff dependencies: + python_interpreter: + package_system: python3.12 + python_path: /usr/bin/python3.12 ansible_core: package_pip: ansible-core>=2.16,=2.16,
Somethings to note here: 1. We need a `make docs` to run before we run `python -m build` 2. Why are we only building an sdist, and not also building...
> What does it do? Does it generate RST files to be committed? It generates the man pages. Why we don't do it another way I don't know. We used...
fwiw, we have no real documentation about this internal or otherwise. I think some people have little bits and pieces, and some really old whiteboard photos. This is, however, roughly...
This topic is covered by https://docs.ansible.com/ansible-core/devel/reference_appendices/faq.html#why-does-the-regex-search-filter-return-none-instead-of-an-empty-string As well as the note in https://docs.ansible.com/ansible-core/devel/playbook_guide/playbooks_filters.html#searching-strings-with-regular-expressions
After triaging this issue, we've agreed that behavior is inconsistent. The plan forward is to also make `delegate_to: ""` an error to match the templated outcome. The comment from https://github.com/ansible/ansible/issues/83253#issuecomment-2112764139...
@rackergs thanks! and sorry for the ping. Meant to have the bot skip this for the time being.
> I'd much rather see this validation done in the `UserDefinition.validate()` method where everything else is validated Done.