Bradley A. Thornton

Results 161 issues of Bradley A. Thornton

It appears the title cannot be added to an entry which was created without one. Reproduce: - Create an entry and do not add a title, save the entry -...

It would be nice to be able to sort by title Thanks again for this -brad

This should allow for user's to pin to a version required for certification etc.

bug

Example: ![image](https://github.com/ansible/ansible-lint/assets/18386516/3fd0627a-15b2-42bc-9c40-ce5b019048f4) For each of the violation that we can fix, add "fixable" to the error message.

Ensure role names (maybe just within a collection) are correct, e.g. don't contain a `-`

Can we vendor it? Should we depend on it? https://github.com/aristanetworks/j2lint This could be a nice addition to the features of ansible-lint

This might be tricky, and maybe only possible for know pluigns, but for example the `ansible.builtin.dnf` plugin allows for a list in the `name` key. If `loop` was present and...

All plugins used should either be in ansible.builtin or a collection listed in a requirements.yml file

new rule

In the getting started guide it is recommended to create an `ansible.cfg` file in the extension directory. I don't believe this is ever used. A new `ansible.cfg` file is built...

As a user I want to provide playbooks used for provisioning to a community supported collection to other users. Similar to the molecule plugin python package I think we should...