Bradley A. Thornton
Bradley A. Thornton
Remove: ``` languageSettings: - languageId: python allowCompoundWords: true ``` from cspell.config.yaml, and fix errors or PR to python dictionary Related: https://github.com/streetsidesoftware/cspell/releases/tag/v5.20.0
and update documentation accordingly (account for M1 arch changes too) https://ansible-navigator.readthedocs.io/en/latest/installation/#id2 https://ansible-navigator.readthedocs.io/en/latest/installation/#macos
and ensure there is a check for it with proper logging, alerting if not found. We can also and a new setup option.
### Summary Add major version constraint for all python packages in 1.0.0 main can stay unconstrained to detect future issues ### Issue Type Bug Report ### Ansible-navigator Version ```console $...
https://github.com/ansible/ansible-navigator/blob/eb73231bb89ffe8175e474bd69bbf53046c8e6be/src/ansible_navigator/configuration_subsystem/navigator_configuration.py#L597 ^^ this line should start with a space :)
### Summary I was trying to run a playbook with a different image: `:run site.yaml -i inventory.yaml --eei {{ details.repo_tags[0] }}` getting the image name out of a nested key/list...
Ensure the diagnostics file is not written to a world readable location also, might set the file permissions to user only before writing
https://twitter.com/akira6592/status/1515599345814769666?t=SnTKSYfYmPXAlCOuLQOfzg&s=19
After running a playbook, running `:lint` defaults to running lint in the current directory
https://github.com/ansible/ansible/issues/77523 The config output is used to collect the effective collection paths: https://github.com/ansible/ansible-navigator/blob/main/share/ansible_navigator/utils/catalog_collections.py#L470 The following errors are generated and no collections are found: ``` 2022-04-13T11:19:37.743627+00:00 ERROR 'ansible_navigator.actions.collections._parse' Unable to extract...