Bradley A. Thornton

Results 182 comments of Bradley A. Thornton

I think the quickest fix for now, while we sort out how to account for the defaults is to allow for a new settings file entry: ``` agrs_ingore: - aws\..*...

Just a follow up here, it doesn't appear there is a way for ansible-core to help here as it's syntax check doesn't account for module/group defaults. https://github.com/ansible/ansible/blob/devel/lib/ansible/executor/task_executor.py#L595 I think the...

Still working through this one.... more to come

There isn't parity between the argspec and the doc. e.g. `mutally_exclusive` and `required_if` in this plugin: https://github.com/ansible-collections/cisco.nxos/blob/main/plugins/modules/nxos_config.py#L415 This is why the __init__ of AnsibleModule is called b/c that's where the...

From the docs: "The DOCUMENTATION block must be valid YAML." and for the examples: "Here you show users how your module works with real-world examples in multi-line plain-text YAML format....

Can we have a new rule that ensures all keys within a task are recognized since we know what the list is, with the one exception one key is the...

This is what I was afraid of. For now I dropped the 2.9 tests where I was using molecule. The other issue here is to test with python 3.8 which...

I almost agree 100% almost 100% of the time.......... The only exception being the need to support the at least one version of python supported by the oldest version of...

Do you mean from bash(shell) or in the input line in the TUI?

@shatakshiiii is correct, we can do a follow up PR for lint from the main branch later.