Bradley A. Thornton

Results 182 comments of Bradley A. Thornton

@patrick-tang-redhat JSYK: `pip install ansible-navigator==2.0.0rc1` Just released. Let me know if it's ok to close this issue now :)

hmmm I'm wondering if the RPM uninstall didn't remove some of the directories try deleting the /usr/share/ansible_navigator directory

It seems the RPM uninstall doesn't remove the directory it created, so when the pip installed version runs it finds that directory, even though it is empty, and tries to...

Hey @max06, thanks for this one. Quick question, was ansible-navigator installed in the VSCode DevContainer or were you trying to use the dev container as an execution environment? I'll break...

and discouraged: https://github.com/streetsidesoftware/cspell/issues/2092

Can you provide a full debug log? ( `--ll debug --la false`) This will show what got mounted

extracted from the log: ``` docker run --rm --tty --interactive -v /builds/netauto/ansible/awx-ee/:/builds/netauto/ansible/awx-ee/ --workdir /builds/netauto/ansible/awx-ee -v /builds/netauto/ansible/awx-ee/tests/:/builds/netauto/ansible/awx-ee/tests/ -v /tmp/ansible-navigator_4nhh7skx/artifacts/:/runner/artifacts/:Z -v /tmp/ansible-navigator_4nhh7skx/:/runner/:Z -v /usr/local/lib/python3.9/dist-packages/ansible_runner/display_callback/callback/:/home/runner/.ansible/plugins/callback/:Z --env-file /tmp/ansible-navigator_4nhh7skx/artifacts/1de67569-276b-453d-84d7-703b6e2687c2/env.list --user=0 --name ansible_runner_1de67569-276b-453d-84d7-703b6e2687c2 awx-execution-env:0.2 ansible-playbook /builds/netauto/ansible/awx-ee/tests/main.yml...

We could store the directory in args.internals https://github.com/ansible/ansible-navigator/blob/main/src/ansible_navigator/configuration_subsystem/navigator_configuration.py#L150 and do the clean up in cli.py at the exit