Matt Martz

Results 336 comments of Matt Martz

The complicated thing is that Ansible used blocks implicitly for the internal structure of tasks to run. Every task _**always**_ has a block for a parent. Whether explicit or implicit....

This is expected, although slightly misdiagnosed. Any serializations that utilize the `AnsibleDumper` class to handle YAML output detects that the data came from vault, and outputs it in the serialized...

Based on my very non-expert research, it seems that due to using `cls.is_subclass_of('enum.Enum')` has caused `.ancestors()` to be called and `.infer()`, and that is somehow interfering with the ability to...

This is preventing us from upgrading to pylint 3, as well as switching our default python version to py3.12. This not only affects the CI for ansible/ansible, but content authors...

The exception output is interspersed in the normal output from pylint. So it doesn't seem necessarily to happen at the very end. I'm unsure exactly the internal timing of things,...

There are 2 docs file that need small adjustments as well: * `docs/docsite/rst/hetzner_guide.rst` * `docs/docsite/rst/hosttech_guide.rst` Something like: ```diff - when: result.set + when: result.set is truthy ```

I think I'd ignore people doing weird things, an deny toml extensions in the ini plugin.

cc @nitzmahone (note: haven't read this, just pinging others for now)

Per above, the `NAME` is not used for loading. You should aim for the filename and the `NAME` to match. You cannot create a fake collection by specifying a `NAME`...