Bradley A. Thornton
Bradley A. Thornton
The configuration subsystem allows certain settings option to be flagged as `change_after_initial` True or False. (https://github.com/ansible/ansible-navigator/blob/main/src/ansible_navigator/configuration_subsystem/definitions.py#L76) If the user specifies one of these options at the colon prompt and the...
Related: https://github.com/ansible/ansible/pull/74963
Hey @dalston Thanks for this, many of the keys are hardcoded into the app itself, so what really needs to happen is they need to be pulled out into the...
@didib We haven't dug into this yet, but I did want to mention that if ansible-navigator is used with mode stdout and artifact file creation disabled, it will run in...
This was the final approach in the PR: https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_typehints
This appears to be an issue with the default/demo image, other EEs do not show this issue
I should also note, the issue does not occur in a subdirectory: ``` FAILURE ---------- cd ~ ansible-navigator config Errors were encountered while gathering the configuration: Error: container_linux.go:367: starting container...
Might solve #115 too , if we configure out a uniform way to filter and search
Were these errors or debug messages?
@tonykay Thanks for that :) Did you have to do anything special to get the python dependency `onigurumacffi` installed? Or did it just get pulled down without issues when `ansible-navigator`...