ansible / ansible-navigator

A text-based user interface (TUI) for Ansible.
https://ansible.readthedocs.io/projects/navigator/
Apache License 2.0
391 stars 101 forks source link

Unable to browse local collections #1263

Open refriedjello opened 2 years ago

refriedjello commented 2 years ago

I just installed ansible-navigator 2.1.0 on a RHEL8 machine and if I run it in local mode with EE disabled, I am unable get the tool to display the installed collections.

I used this command to install ansible-navigator:

python3.9 -m pip install ansible-navigator --user

I then run this command:

ansible-navigator collections --ee false --ll debug

In the log file I get this output:

2022-08-01T18:59:15.428976+00:00 INFO 'ansible_navigator.setup_logger' New ansible-navigator instance, logging initialized
2022-08-01T18:59:15.429525+00:00 INFO 'ansible_navigator.setup_logger' New ansible-runner instance, logging initialized
2022-08-01T18:59:15.429597+00:00 DEBUG 'ansible_navigator.main' ansible-builder==1.0.1 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.429647+00:00 DEBUG 'ansible_navigator.main' ansible-core==2.11.3 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.429690+00:00 DEBUG 'ansible_navigator.main' ansible-navigator==2.1.0 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.429730+00:00 DEBUG 'ansible_navigator.main' ansible-runner==2.2.1 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.429769+00:00 DEBUG 'ansible_navigator.main' ansible==4.3.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.429807+00:00 DEBUG 'ansible_navigator.main' attrs==22.1.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.429847+00:00 DEBUG 'ansible_navigator.main' bcrypt==3.2.0 /usr/local/lib64/python3.9/site-packages
2022-08-01T18:59:15.429885+00:00 DEBUG 'ansible_navigator.main' bindep==2.10.2 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.429951+00:00 DEBUG 'ansible_navigator.main' certifi==2021.10.8 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.429992+00:00 DEBUG 'ansible_navigator.main' cffi==1.15.0 /usr/local/lib64/python3.9/site-packages
2022-08-01T18:59:15.430030+00:00 DEBUG 'ansible_navigator.main' charset-normalizer==2.0.12 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430067+00:00 DEBUG 'ansible_navigator.main' cryptography==36.0.2 /usr/local/lib64/python3.9/site-packages
2022-08-01T18:59:15.430104+00:00 DEBUG 'ansible_navigator.main' distlib==0.3.4 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430141+00:00 DEBUG 'ansible_navigator.main' distro==1.7.0 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.430179+00:00 DEBUG 'ansible_navigator.main' docutils==0.19 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430216+00:00 DEBUG 'ansible_navigator.main' filelock==3.6.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430253+00:00 DEBUG 'ansible_navigator.main' future==0.18.2 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430290+00:00 DEBUG 'ansible_navigator.main' idna==3.3 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430326+00:00 DEBUG 'ansible_navigator.main' jinja2==3.0.1 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430363+00:00 DEBUG 'ansible_navigator.main' jsonschema==4.8.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430400+00:00 DEBUG 'ansible_navigator.main' lockfile==0.12.2 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430436+00:00 DEBUG 'ansible_navigator.main' markupsafe==2.1.1 /usr/local/lib64/python3.9/site-packages
2022-08-01T18:59:15.430473+00:00 DEBUG 'ansible_navigator.main' netaddr==0.8.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430509+00:00 DEBUG 'ansible_navigator.main' netmiko==3.4.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430546+00:00 DEBUG 'ansible_navigator.main' ntc-templates==3.0.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430636+00:00 DEBUG 'ansible_navigator.main' onigurumacffi==1.2.0 /usr/local/lib64/python3.9/site-packages
2022-08-01T18:59:15.430684+00:00 DEBUG 'ansible_navigator.main' packaging==21.3 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.430722+00:00 DEBUG 'ansible_navigator.main' paramiko==2.7.2 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430759+00:00 DEBUG 'ansible_navigator.main' parsley==1.3 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.430795+00:00 DEBUG 'ansible_navigator.main' pbr==5.8.1 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.430842+00:00 DEBUG 'ansible_navigator.main' pexpect==4.8.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430879+00:00 DEBUG 'ansible_navigator.main' pip==20.2.4 /usr/lib/python3.9/site-packages
2022-08-01T18:59:15.430951+00:00 DEBUG 'ansible_navigator.main' platformdirs==2.5.2 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.430995+00:00 DEBUG 'ansible_navigator.main' ply==3.11 /usr/lib/python3.9/site-packages
2022-08-01T18:59:15.431031+00:00 DEBUG 'ansible_navigator.main' podman-compose==1.0.3 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431068+00:00 DEBUG 'ansible_navigator.main' psycopg2-binary==2.9.1 /usr/local/lib64/python3.9/site-packages
2022-08-01T18:59:15.431104+00:00 DEBUG 'ansible_navigator.main' ptyprocess==0.7.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431139+00:00 DEBUG 'ansible_navigator.main' pycparser==2.21 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431176+00:00 DEBUG 'ansible_navigator.main' pynacl==1.5.0 /usr/local/lib64/python3.9/site-packages
2022-08-01T18:59:15.431216+00:00 DEBUG 'ansible_navigator.main' pyparsing==3.0.7 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.431255+00:00 DEBUG 'ansible_navigator.main' pyrsistent==0.18.1 /usr/local/lib64/python3.9/site-packages
2022-08-01T18:59:15.431290+00:00 DEBUG 'ansible_navigator.main' pyserial==3.5 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431326+00:00 DEBUG 'ansible_navigator.main' python-daemon==2.3.1 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431362+00:00 DEBUG 'ansible_navigator.main' python-dotenv==0.20.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431398+00:00 DEBUG 'ansible_navigator.main' python-json-logger==2.0.1 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431436+00:00 DEBUG 'ansible_navigator.main' pyyaml==6.0 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.431474+00:00 DEBUG 'ansible_navigator.main' requests==2.26.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431510+00:00 DEBUG 'ansible_navigator.main' requirements-parser==0.5.0 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.431546+00:00 DEBUG 'ansible_navigator.main' resolvelib==0.5.4 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431582+00:00 DEBUG 'ansible_navigator.main' scp==0.14.4 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431617+00:00 DEBUG 'ansible_navigator.main' setuptools==50.3.2 /usr/lib/python3.9/site-packages
2022-08-01T18:59:15.431653+00:00 DEBUG 'ansible_navigator.main' six==1.16.0 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431689+00:00 DEBUG 'ansible_navigator.main' tenacity==8.0.1 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431725+00:00 DEBUG 'ansible_navigator.main' textfsm==1.1.2 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431762+00:00 DEBUG 'ansible_navigator.main' ttp==0.8.1 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431827+00:00 DEBUG 'ansible_navigator.main' types-setuptools==57.4.11 /home/refried.jello/.local/lib/python3.9/site-packages
2022-08-01T18:59:15.431870+00:00 DEBUG 'ansible_navigator.main' tzdata==2022.1 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.431957+00:00 DEBUG 'ansible_navigator.main' urllib3==1.26.9 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.432002+00:00 DEBUG 'ansible_navigator.main' virtualenv==20.14.1 /usr/local/lib/python3.9/site-packages
2022-08-01T18:59:15.432039+00:00 DEBUG 'ansible_navigator.main' Share directory '/home/refried.jello/.local/lib/python3.9//ansible_navigator' not found (development path)
2022-08-01T18:59:15.432080+00:00 DEBUG 'ansible_navigator.main' Share directory '/home/refried.jello/.local/share/ansible_navigator' found (userbase)
2022-08-01T18:59:15.432122+00:00 DEBUG 'ansible_navigator.main' Default collection_doc_cache_path set to: /home/refried.jello/.cache/ansible-navigator/collection_doc_cache.db
2022-08-01T18:59:15.432159+00:00 DEBUG 'ansible_navigator.main' EDITOR environment variable not set
2022-08-01T18:59:15.432195+00:00 DEBUG 'ansible_navigator.main' Default editor_command set to: vi +{line_number} {filename}
2022-08-01T18:59:15.432238+00:00 DEBUG 'ansible_navigator.main' No config file set by ANSIBLE_NAVIGATOR_CONFIG
2022-08-01T18:59:15.432276+00:00 DEBUG 'ansible_navigator.main' Looking in /home/refried.jello
2022-08-01T18:59:15.432312+00:00 DEBUG 'ansible_navigator.main' Looking for '/home/refried.jello/.ansible-navigator.yml', '/home/refried.jello/.ansible-navigator.yaml' and '/home/refried.jello/.ansible-navigator.json'
2022-08-01T18:59:15.432349+00:00 DEBUG 'ansible_navigator.main' Found 0:
2022-08-01T18:59:15.432386+00:00 DEBUG 'ansible_navigator.main' Looking in /home/refried.jello
2022-08-01T18:59:15.432422+00:00 DEBUG 'ansible_navigator.main' Looking for '/home/refried.jello/ansible-navigator.yml', '/home/refried.jello/ansible-navigator.yaml' and '/home/refried.jello/ansible-navigator.json'
2022-08-01T18:59:15.432458+00:00 DEBUG 'ansible_navigator.main' Found 0:
2022-08-01T18:59:15.432494+00:00 DEBUG 'ansible_navigator.main' All found 0:
2022-08-01T18:59:15.432530+00:00 DEBUG 'ansible_navigator.main' Using: None
2022-08-01T18:59:15.432565+00:00 DEBUG 'ansible_navigator.main' No valid settings file found, using all default values for settings.
2022-08-01T18:59:15.432602+00:00 DEBUG 'ansible_navigator.main' Command provided: 'collections --ee false --ll debug'
2022-08-01T18:59:15.432638+00:00 DEBUG 'ansible_navigator.main' EE support disabled: using 'ansible --version' for 'ansible.cfg'
2022-08-01T18:59:15.432674+00:00 DEBUG 'ansible_navigator.main' ansible --version stdout: 'ansible [core 2.11.3]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/opt/netops-lib/ansible/modules']
  ansible python module location = /usr/local/lib/python3.9/site-packages/ansible
  ansible collection location = /opt/netops-lib/ansible_collections
  executable location = /usr/local/bin/ansible
  python version = 3.9.7 (default, Sep 13 2021, 08:18:39) [GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]
  jinja version = 3.0.1
  libyaml = True
'
2022-08-01T18:59:15.432714+00:00 DEBUG 'ansible_navigator.main' Completed post processing for ansible_runner_artifact_dir. (changed=False)
2022-08-01T18:59:15.432751+00:00 DEBUG 'ansible_navigator.main' Completed post processing for ansible_runner_rotate_artifacts_count. (changed=False)
2022-08-01T18:59:15.432786+00:00 DEBUG 'ansible_navigator.main' Completed post processing for ansible_runner_timeout. (changed=False)
2022-08-01T18:59:15.432822+00:00 DEBUG 'ansible_navigator.main' Completed post processing for cmdline. (changed=False)
2022-08-01T18:59:15.432858+00:00 DEBUG 'ansible_navigator.main' Completed post processing for collection_doc_cache_path. (changed=False)
2022-08-01T18:59:15.432904+00:00 DEBUG 'ansible_navigator.main' Completed post processing for container_engine. (changed=True)
2022-08-01T18:59:15.432946+00:00 DEBUG 'ansible_navigator.main'  before: 'auto'
2022-08-01T18:59:15.432984+00:00 DEBUG 'ansible_navigator.main'  after: 'podman'
2022-08-01T18:59:15.433030+00:00 DEBUG 'ansible_navigator.main' Completed post processing for container_options. (changed=False)
2022-08-01T18:59:15.433066+00:00 DEBUG 'ansible_navigator.main' Completed post processing for display_color. (changed=False)
2022-08-01T18:59:15.433102+00:00 INFO 'ansible_navigator.main' ansible-playbook found at /usr/local/bin/ansible-playbook
2022-08-01T18:59:15.433138+00:00 DEBUG 'ansible_navigator.main' Completed post processing for execution_environment. (changed=True)
2022-08-01T18:59:15.433174+00:00 DEBUG 'ansible_navigator.main'  before: 'false'
2022-08-01T18:59:15.433210+00:00 DEBUG 'ansible_navigator.main'  after: 'False'
2022-08-01T18:59:15.433246+00:00 DEBUG 'ansible_navigator.main' Completed post processing for execution_environment_image. (changed=False)
2022-08-01T18:59:15.433282+00:00 DEBUG 'ansible_navigator.main' Completed post processing for help_builder. (changed=False)
2022-08-01T18:59:15.433318+00:00 DEBUG 'ansible_navigator.main' Completed post processing for help_config. (changed=False)
2022-08-01T18:59:15.433354+00:00 DEBUG 'ansible_navigator.main' Completed post processing for help_doc. (changed=False)
2022-08-01T18:59:15.433395+00:00 DEBUG 'ansible_navigator.main' Completed post processing for help_inventory. (changed=False)
2022-08-01T18:59:15.433434+00:00 DEBUG 'ansible_navigator.main' Completed post processing for help_playbook. (changed=False)
2022-08-01T18:59:15.433471+00:00 DEBUG 'ansible_navigator.main' Completed post processing for images_details. (changed=False)
2022-08-01T18:59:15.433517+00:00 DEBUG 'ansible_navigator.main' Completed post processing for inventory. (changed=False)
2022-08-01T18:59:15.433553+00:00 DEBUG 'ansible_navigator.main' Completed post processing for inventory_column. (changed=False)
2022-08-01T18:59:15.433589+00:00 DEBUG 'ansible_navigator.main' Completed post processing for log_file. (changed=False)
2022-08-01T18:59:15.433625+00:00 DEBUG 'ansible_navigator.main' Completed post processing for pass_environment_variable. (changed=False)
2022-08-01T18:59:15.433661+00:00 DEBUG 'ansible_navigator.main' Completed post processing for playbook. (changed=False)
2022-08-01T18:59:15.433697+00:00 DEBUG 'ansible_navigator.main' Completed post processing for playbook_artifact_replay. (changed=False)
2022-08-01T18:59:15.433733+00:00 DEBUG 'ansible_navigator.main' Completed post processing for playbook_artifact_save_as. (changed=False)
2022-08-01T18:59:15.433769+00:00 DEBUG 'ansible_navigator.main' Completed post processing for plugin_name. (changed=False)
2022-08-01T18:59:15.433805+00:00 DEBUG 'ansible_navigator.main' Completed post processing for pull_arguments. (changed=False)
2022-08-01T18:59:15.433841+00:00 DEBUG 'ansible_navigator.main' Completed post processing for set_environment_variable. (changed=False)
2022-08-01T18:59:15.433877+00:00 DEBUG 'ansible_navigator.main' Completed post processing for settings_effective. (changed=False)
2022-08-01T18:59:15.433928+00:00 DEBUG 'ansible_navigator.main' Completed post processing for settings_sample. (changed=False)
2022-08-01T18:59:15.433966+00:00 DEBUG 'ansible_navigator.main' Completed post processing for settings_schema. (changed=False)
2022-08-01T18:59:15.434003+00:00 DEBUG 'ansible_navigator.main' Completed post processing for settings_sources. (changed=False)
2022-08-01T18:59:15.434039+00:00 DEBUG 'ansible_navigator.main' Completed post processing for time_zone. (changed=False)
2022-08-01T18:59:15.434075+00:00 DEBUG 'ansible_navigator.main' Completed post processing for execution_environment_volume_mounts. (changed=False)
2022-08-01T18:59:15.434120+00:00 DEBUG 'ansible_navigator.main' Completed post processing for mode. (changed=False)
2022-08-01T18:59:15.434156+00:00 DEBUG 'ansible_navigator.main' Collection doc cache not mounted
2022-08-01T18:59:15.434192+00:00 DEBUG 'ansible_navigator.main' Collection doc cache: 'path' is '/home/refried.jello/.cache/ansible-navigator/collection_doc_cache.db'
2022-08-01T18:59:15.434229+00:00 DEBUG 'ansible_navigator.main' Collection doc cache: 'current version' is '1.0'
2022-08-01T18:59:15.434265+00:00 DEBUG 'ansible_navigator.main' Collection doc cache not attached to args.internals
2022-08-01T18:59:15.434300+00:00 DEBUG 'ansible_navigator.main' Running with ansible_runner_artifact_dir as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.434336+00:00 DEBUG 'ansible_navigator.main' Running with ansible_runner_rotate_artifacts_count as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.434372+00:00 DEBUG 'ansible_navigator.main' Running with ansible_runner_timeout as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.434408+00:00 DEBUG 'ansible_navigator.main' Running with app as 'collections' (str/Command line)
2022-08-01T18:59:15.434444+00:00 DEBUG 'ansible_navigator.main' Running with cmdline as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.434480+00:00 DEBUG 'ansible_navigator.main' Running with collection_doc_cache_path as '/home/refried.jello/.cache/ansible-navigator/collection_doc_cache.db' (str/Defaults)
2022-08-01T18:59:15.434516+00:00 DEBUG 'ansible_navigator.main' Running with config as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.434564+00:00 DEBUG 'ansible_navigator.main' Running with container_engine as 'podman' (str/Automatically determined)
2022-08-01T18:59:15.434605+00:00 DEBUG 'ansible_navigator.main' Running with container_options as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.434650+00:00 DEBUG 'ansible_navigator.main' Running with display_color as 'True' (bool/Defaults)
2022-08-01T18:59:15.434686+00:00 DEBUG 'ansible_navigator.main' Running with editor_command as 'vi +{line_number} {filename}' (str/Defaults)
2022-08-01T18:59:15.434723+00:00 DEBUG 'ansible_navigator.main' Running with editor_console as 'True' (bool/Defaults)
2022-08-01T18:59:15.434759+00:00 DEBUG 'ansible_navigator.main' Running with exec_command as '/bin/bash' (str/Defaults)
2022-08-01T18:59:15.434795+00:00 DEBUG 'ansible_navigator.main' Running with exec_shell as 'True' (bool/Defaults)
2022-08-01T18:59:15.434831+00:00 DEBUG 'ansible_navigator.main' Running with execution_environment as 'False' (bool/Command line)
2022-08-01T18:59:15.434867+00:00 DEBUG 'ansible_navigator.main' Running with execution_environment_image as 'quay.io/ansible/creator-ee:v0.4.2' (str/Defaults)
2022-08-01T18:59:15.434917+00:00 DEBUG 'ansible_navigator.main' Running with execution_environment_volume_mounts as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.434958+00:00 DEBUG 'ansible_navigator.main' Running with help_builder as 'False' (bool/Defaults)
2022-08-01T18:59:15.434994+00:00 DEBUG 'ansible_navigator.main' Running with help_config as 'False' (bool/Defaults)
2022-08-01T18:59:15.435030+00:00 DEBUG 'ansible_navigator.main' Running with help_doc as 'False' (bool/Defaults)
2022-08-01T18:59:15.435066+00:00 DEBUG 'ansible_navigator.main' Running with help_inventory as 'False' (bool/Defaults)
2022-08-01T18:59:15.435102+00:00 DEBUG 'ansible_navigator.main' Running with help_playbook as 'False' (bool/Defaults)
2022-08-01T18:59:15.435138+00:00 DEBUG 'ansible_navigator.main' Running with images_details as '['everything']' (list/Defaults)
2022-08-01T18:59:15.435174+00:00 DEBUG 'ansible_navigator.main' Running with inventory as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.435218+00:00 DEBUG 'ansible_navigator.main' Running with inventory_column as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.435254+00:00 DEBUG 'ansible_navigator.main' Running with lint_config as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.435291+00:00 DEBUG 'ansible_navigator.main' Running with lintables as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.435327+00:00 DEBUG 'ansible_navigator.main' Running with log_append as 'True' (bool/Defaults)
2022-08-01T18:59:15.435363+00:00 DEBUG 'ansible_navigator.main' Running with log_file as '/home/refried.jello/ansible-navigator.log' (str/Defaults)
2022-08-01T18:59:15.435398+00:00 DEBUG 'ansible_navigator.main' Running with log_level as 'debug' (str/Command line)
2022-08-01T18:59:15.435434+00:00 DEBUG 'ansible_navigator.main' Running with mode as 'interactive' (str/Defaults)
2022-08-01T18:59:15.435470+00:00 DEBUG 'ansible_navigator.main' Running with osc4 as 'True' (bool/Defaults)
2022-08-01T18:59:15.435506+00:00 DEBUG 'ansible_navigator.main' Running with pass_environment_variable as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.435542+00:00 DEBUG 'ansible_navigator.main' Running with playbook as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.435578+00:00 DEBUG 'ansible_navigator.main' Running with playbook_artifact_enable as 'True' (bool/Defaults)
2022-08-01T18:59:15.435614+00:00 DEBUG 'ansible_navigator.main' Running with playbook_artifact_replay as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.435650+00:00 DEBUG 'ansible_navigator.main' Running with playbook_artifact_save_as as '{playbook_dir}/{playbook_name}-artifact-{time_stamp}.json' (str/Defaults)
2022-08-01T18:59:15.435686+00:00 DEBUG 'ansible_navigator.main' Running with plugin_name as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.435732+00:00 DEBUG 'ansible_navigator.main' Running with plugin_type as 'module' (str/Defaults)
2022-08-01T18:59:15.435774+00:00 DEBUG 'ansible_navigator.main' Running with pull_arguments as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.435829+00:00 DEBUG 'ansible_navigator.main' Running with pull_policy as 'tag' (str/Defaults)
2022-08-01T18:59:15.435869+00:00 DEBUG 'ansible_navigator.main' Running with set_environment_variable as 'Not set' (Constants/Not set)
2022-08-01T18:59:15.435919+00:00 DEBUG 'ansible_navigator.main' Running with settings_effective as 'False' (bool/Defaults)
2022-08-01T18:59:15.435959+00:00 DEBUG 'ansible_navigator.main' Running with settings_sample as 'False' (bool/Defaults)
2022-08-01T18:59:15.435996+00:00 DEBUG 'ansible_navigator.main' Running with settings_schema as 'json' (str/Defaults)
2022-08-01T18:59:15.436032+00:00 DEBUG 'ansible_navigator.main' Running with settings_sources as 'False' (bool/Defaults)
2022-08-01T18:59:15.436067+00:00 DEBUG 'ansible_navigator.main' Running with time_zone as 'UTC' (str/Defaults)
2022-08-01T18:59:15.436103+00:00 DEBUG 'ansible_navigator.main' Running with workdir as '/home/refried.jello' (str/Defaults)
2022-08-01T18:59:15.446945+00:00 DEBUG 'ansible_navigator.ui_framework.curses_window.__init__' self._ui_config: UIConfig(color=True, colors_initialized=False, grammar_dir='/home/refried.jello/.local/share/ansible_navigator/grammar', osc4=True, terminal_colors_path='/home/refried.jello/.local/share/ansible_navigator/themes/terminal_colors.json', theme_path='/home/refried.jello/.local/share/ansible_navigator/themes/dark_vs.json')
2022-08-01T18:59:15.447309+00:00 DEBUG 'ansible_navigator.ui_framework.curses_window._set_colors' curses.COLORS: 8
2022-08-01T18:59:15.447490+00:00 DEBUG 'ansible_navigator.ui_framework.curses_window._set_colors' curses.can_change_color: False
2022-08-01T18:59:15.447641+00:00 DEBUG 'ansible_navigator.ui_framework.curses_window._set_colors' term_osc4_support: False
2022-08-01T18:59:15.447739+00:00 DEBUG 'ansible_navigator.ui_framework.curses_window._set_colors' Using terminal defaults
2022-08-01T18:59:15.449305+00:00 DEBUG 'ansible_navigator.ui_framework.curses_window.__init__' self._ui_config: UIConfig(color=True, colors_initialized=True, grammar_dir='/home/refried.jello/.local/share/ansible_navigator/grammar', osc4=True, terminal_colors_path='/home/refried.jello/.local/share/ansible_navigator/themes/terminal_colors.json', theme_path='/home/refried.jello/.local/share/ansible_navigator/themes/dark_vs.json')
2022-08-01T18:59:15.482560+00:00 DEBUG 'ansible_navigator.actions.collections.run' collections requested
2022-08-01T18:59:15.482934+00:00 DEBUG 'ansible_navigator.ui_framework.curses_window.__init__' self._ui_config: UIConfig(color=True, colors_initialized=True, grammar_dir='/home/refried.jello/.local/share/ansible_navigator/grammar', osc4=True, terminal_colors_path='/home/refried.jello/.local/share/ansible_navigator/themes/terminal_colors.json', theme_path='/home/refried.jello/.local/share/ansible_navigator/themes/dark_vs.json')
2022-08-01T18:59:15.504558+00:00 DEBUG 'ansible_navigator.ui_framework.curses_window.__init__' self._ui_config: UIConfig(color=True, colors_initialized=True, grammar_dir='/home/refried.jello/.local/share/ansible_navigator/grammar', osc4=True, terminal_colors_path='/home/refried.jello/.local/share/ansible_navigator/themes/terminal_colors.json', theme_path='/home/refried.jello/.local/share/ansible_navigator/themes/dark_vs.json')
2022-08-01T18:59:15.997500+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' No config file set by ANSIBLE_NAVIGATOR_CONFIG
2022-08-01T18:59:15.997741+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Looking in /home/refried.jello
2022-08-01T18:59:15.997798+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Looking for '/home/refried.jello/.ansible-navigator.yml', '/home/refried.jello/.ansible-navigator.yaml' and '/home/refried.jello/.ansible-navigator.json'
2022-08-01T18:59:15.997844+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Found 0:
2022-08-01T18:59:15.997886+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Looking in /home/refried.jello
2022-08-01T18:59:15.997958+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Looking for '/home/refried.jello/ansible-navigator.yml', '/home/refried.jello/ansible-navigator.yaml' and '/home/refried.jello/ansible-navigator.json'
2022-08-01T18:59:15.998002+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Found 0:
2022-08-01T18:59:15.998040+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' All found 0:
2022-08-01T18:59:15.998078+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Using: None
2022-08-01T18:59:15.998128+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' No valid settings file found, using all default values for settings.
2022-08-01T18:59:15.998167+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Command provided: 'collections'
2022-08-01T18:59:15.998219+00:00 INFO 'ansible_navigator.actions.collections._update_args' 'display_color' cannot be reconfigured. (restore original)
2022-08-01T18:59:15.998260+00:00 INFO 'ansible_navigator.actions.collections._update_args' 'mode' cannot be reconfigured. (restore original)
2022-08-01T18:59:15.998297+00:00 INFO 'ansible_navigator.actions.collections._update_args' 'display_color' cannot be reconfigured. (apply defaults)
2022-08-01T18:59:15.998334+00:00 INFO 'ansible_navigator.actions.collections._update_args' 'mode' cannot be reconfigured. (apply defaults)
2022-08-01T18:59:15.998371+00:00 INFO 'ansible_navigator.actions.collections._update_args' 'display_color' cannot be reconfigured (apply previous cli)
2022-08-01T18:59:15.998408+00:00 INFO 'ansible_navigator.actions.collections._update_args' 'mode' cannot be reconfigured (apply previous cli)
2022-08-01T18:59:15.998445+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' EE support disabled: using 'ansible --version' for 'ansible.cfg'
2022-08-01T18:59:15.998483+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' ansible --version stdout: 'ansible [core 2.11.3]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/opt/netops-lib/ansible/modules']
  ansible python module location = /usr/local/lib/python3.9/site-packages/ansible
  ansible collection location = /opt/netops-lib/ansible_collections
  executable location = /usr/local/bin/ansible
  python version = 3.9.7 (default, Sep 13 2021, 08:18:39) [GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]
  jinja version = 3.0.1
  libyaml = True
'
2022-08-01T18:59:15.998523+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for ansible_runner_artifact_dir. (changed=False)
2022-08-01T18:59:15.998562+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for ansible_runner_rotate_artifacts_count. (changed=False)
2022-08-01T18:59:15.998600+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for ansible_runner_timeout. (changed=False)
2022-08-01T18:59:15.998636+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for cmdline. (changed=False)
2022-08-01T18:59:15.998683+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for collection_doc_cache_path. (changed=False)
2022-08-01T18:59:15.998720+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for container_engine. (changed=True)
2022-08-01T18:59:15.998757+00:00 DEBUG 'ansible_navigator.actions.collections._update_args'  before: 'auto'
2022-08-01T18:59:15.998795+00:00 DEBUG 'ansible_navigator.actions.collections._update_args'  after: 'podman'
2022-08-01T18:59:15.998833+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for container_options. (changed=False)
2022-08-01T18:59:15.998871+00:00 INFO 'ansible_navigator.actions.collections._update_args' 'display_color' cannot be reconfigured. (post process)
2022-08-01T18:59:15.998918+00:00 INFO 'ansible_navigator.actions.collections._update_args' ansible-playbook found at /usr/local/bin/ansible-playbook
2022-08-01T18:59:15.998965+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for execution_environment. (changed=False)
2022-08-01T18:59:15.999006+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for execution_environment_image. (changed=False)
2022-08-01T18:59:15.999043+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for help_builder. (changed=False)
2022-08-01T18:59:15.999080+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for help_config. (changed=False)
2022-08-01T18:59:15.999117+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for help_doc. (changed=False)
2022-08-01T18:59:15.999153+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for help_inventory. (changed=False)
2022-08-01T18:59:15.999190+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for help_playbook. (changed=False)
2022-08-01T18:59:15.999227+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for images_details. (changed=False)
2022-08-01T18:59:15.999264+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for inventory. (changed=False)
2022-08-01T18:59:15.999300+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for inventory_column. (changed=False)
2022-08-01T18:59:15.999336+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for log_file. (changed=False)
2022-08-01T18:59:15.999373+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for pass_environment_variable. (changed=False)
2022-08-01T18:59:15.999409+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for playbook. (changed=False)
2022-08-01T18:59:15.999445+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for playbook_artifact_replay. (changed=False)
2022-08-01T18:59:15.999482+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for playbook_artifact_save_as. (changed=False)
2022-08-01T18:59:15.999518+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for plugin_name. (changed=False)
2022-08-01T18:59:15.999555+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for pull_arguments. (changed=False)
2022-08-01T18:59:15.999602+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for set_environment_variable. (changed=False)
2022-08-01T18:59:15.999639+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for settings_effective. (changed=False)
2022-08-01T18:59:15.999675+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for settings_sample. (changed=False)
2022-08-01T18:59:15.999712+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for settings_schema. (changed=False)
2022-08-01T18:59:15.999748+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for settings_sources. (changed=False)
2022-08-01T18:59:15.999784+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for time_zone. (changed=False)
2022-08-01T18:59:15.999820+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Completed post processing for execution_environment_volume_mounts. (changed=False)
2022-08-01T18:59:15.999857+00:00 INFO 'ansible_navigator.actions.collections._update_args' 'mode' cannot be reconfigured. (post process)
2022-08-01T18:59:15.999902+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Collection doc cache not mounted
2022-08-01T18:59:15.999947+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Collection doc cache: 'path' is '/home/refried.jello/.cache/ansible-navigator/collection_doc_cache.db'
2022-08-01T18:59:15.999992+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Collection doc cache: 'current version' is '1.0'
2022-08-01T18:59:16.000031+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Collection doc cache attached to args.internals
2022-08-01T18:59:16.000068+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with ansible_runner_artifact_dir as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.000115+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with ansible_runner_rotate_artifacts_count as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.000152+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with ansible_runner_timeout as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.000188+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with app as 'collections' (str/Command line)
2022-08-01T18:59:16.000225+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with cmdline as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.000262+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with collection_doc_cache_path as '/home/refried.jello/.cache/ansible-navigator/collection_doc_cache.db' (str/Defaults)
2022-08-01T18:59:16.000299+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with config as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.000335+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with container_engine as 'podman' (str/Automatically determined)
2022-08-01T18:59:16.000372+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with container_options as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.000409+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with display_color as 'True' (bool/Defaults)
2022-08-01T18:59:16.000445+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with editor_command as 'vi +{line_number} {filename}' (str/Defaults)
2022-08-01T18:59:16.000482+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with editor_console as 'True' (bool/Defaults)
2022-08-01T18:59:16.000518+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with exec_command as '/bin/bash' (str/Defaults)
2022-08-01T18:59:16.000564+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with exec_shell as 'True' (bool/Defaults)
2022-08-01T18:59:16.000605+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with execution_environment as 'False' (bool/Previous cli command)
2022-08-01T18:59:16.000643+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with execution_environment_image as 'quay.io/ansible/creator-ee:v0.4.2' (str/Defaults)
2022-08-01T18:59:16.000679+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with execution_environment_volume_mounts as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.000716+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with help_builder as 'False' (bool/Defaults)
2022-08-01T18:59:16.000753+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with help_config as 'False' (bool/Defaults)
2022-08-01T18:59:16.000789+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with help_doc as 'False' (bool/Defaults)
2022-08-01T18:59:16.000825+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with help_inventory as 'False' (bool/Defaults)
2022-08-01T18:59:16.000861+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with help_playbook as 'False' (bool/Defaults)
2022-08-01T18:59:16.000930+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with images_details as '['everything']' (list/Defaults)
2022-08-01T18:59:16.000983+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with inventory as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.001024+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with inventory_column as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.001060+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with lint_config as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.001097+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with lintables as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.001134+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with log_append as 'True' (bool/Defaults)
2022-08-01T18:59:16.001170+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with log_file as '/home/refried.jello/ansible-navigator.log' (str/Defaults)
2022-08-01T18:59:16.001207+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with log_level as 'debug' (str/Previous cli command)
2022-08-01T18:59:16.001243+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with mode as 'interactive' (str/Defaults)
2022-08-01T18:59:16.001280+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with osc4 as 'True' (bool/Defaults)
2022-08-01T18:59:16.001316+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with pass_environment_variable as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.001354+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with playbook as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.001391+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with playbook_artifact_enable as 'True' (bool/Defaults)
2022-08-01T18:59:16.001427+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with playbook_artifact_replay as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.001464+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with playbook_artifact_save_as as '{playbook_dir}/{playbook_name}-artifact-{time_stamp}.json' (str/Defaults)
2022-08-01T18:59:16.001502+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with plugin_name as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.001539+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with plugin_type as 'module' (str/Defaults)
2022-08-01T18:59:16.001576+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with pull_arguments as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.001613+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with pull_policy as 'tag' (str/Defaults)
2022-08-01T18:59:16.001650+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with set_environment_variable as 'Not set' (Constants/Not set)
2022-08-01T18:59:16.001687+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with settings_effective as 'False' (bool/Defaults)
2022-08-01T18:59:16.001724+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with settings_sample as 'False' (bool/Defaults)
2022-08-01T18:59:16.001761+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with settings_schema as 'json' (str/Defaults)
2022-08-01T18:59:16.001799+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with settings_sources as 'False' (bool/Defaults)
2022-08-01T18:59:16.001836+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with time_zone as 'UTC' (str/Defaults)
2022-08-01T18:59:16.001873+00:00 DEBUG 'ansible_navigator.actions.collections._update_args' Running with workdir as '/home/refried.jello' (str/Defaults)
2022-08-01T18:59:16.002045+00:00 DEBUG 'ansible_navigator.actions.collections._run_runner' running collections command locally
2022-08-01T18:59:16.002101+00:00 DEBUG 'ansible_navigator.actions.collections._run_runner' Invoke runner with executable_cmd: /usr/local/bin/python3.9 and kwargs: {'container_engine': 'podman', 'execution_environment_image': 'quay.io/ansible/creator-ee:v0.4.2', 'execution_environment': False, 'navigator_mode': 'interactive', 'pass_environment_variable': <Constants.NOT_SET: 'Not set'>, 'set_environment_variable': {'ANSIBLE_NOCOLOR': 'True'}, 'private_data_dir': <Constants.NOT_SET: 'Not set'>, 'rotate_artifacts': <Constants.NOT_SET: 'Not set'>, 'timeout': <Constants.NOT_SET: 'Not set'>, 'host_cwd': '/home/refried.jello', 'cmdline': ['/home/refried.jello/.local/share/ansible_navigator/utils/catalog_collections.py', '-a', '/home/refried.jello/collections', '-c', '/home/refried.jello/.cache/ansible-navigator/collection_doc_cache.db']}
2022-08-01T18:59:16.004475+00:00 DEBUG 'ansible_navigator.runner.base._set_private_data_directory' private data dir not user provided, used tmp location: /tmp/ansible-navigator_5s78pxuq
2022-08-01T18:59:16.004684+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: private_data_dir:/tmp/ansible-navigator_5s78pxuq
2022-08-01T18:59:16.004748+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: json_mode:True
2022-08-01T18:59:16.004797+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: quiet:True
2022-08-01T18:59:16.004840+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: cancel_callback:<bound method Base.runner_cancelled_callback of <ansible_navigator.runner.command.Command object at 0x7f8d38346490>>
2022-08-01T18:59:16.004910+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: finished_callback:<bound method Base.runner_finished_callback of <ansible_navigator.runner.command.Command object at 0x7f8d38346490>>
2022-08-01T18:59:16.004963+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: artifacts_handler:<bound method Base.runner_artifacts_handler of <ansible_navigator.runner.command.Command object at 0x7f8d38346490>>
2022-08-01T18:59:16.005007+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: timeout:None
2022-08-01T18:59:16.005046+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: envvars:{'ANSIBLE_NOCOLOR': 'True'}
2022-08-01T18:59:16.005087+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: host_cwd:/home/refried.jello/
2022-08-01T18:59:16.005125+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: executable_cmd:/usr/local/bin/python3.9
2022-08-01T18:59:16.005163+00:00 DEBUG 'ansible_navigator.runner.base.generate_run_command_args' Runner arg: cmdline_args:['/home/refried.jello/.local/share/ansible_navigator/utils/catalog_collections.py', '-a', '/home/refried.jello/collections', '-c', '/home/refried.jello/.cache/ansible-navigator/collection_doc_cache.db']
2022-08-01T18:59:16.005798+00:00 DEBUG 'ansible-runner._handle_command_wrap' containerization disabled
2022-08-01T18:59:16.005879+00:00 DEBUG 'ansible-runner._handle_command_wrap' command: /usr/local/bin/python3.9 /home/refried.jello/.local/share/ansible_navigator/utils/catalog_collections.py -a /home/refried.jello/collections -c /home/refried.jello/.cache/ansible-navigator/collection_doc_cache.db
2022-08-01T18:59:19.958750+00:00 DEBUG 'ansible_navigator.runner.base.runner_artifacts_handler' ansible-runner artifact_dir set to: '/tmp/ansible-navigator_5s78pxuq/artifacts/d633996d-40e1-48f0-9ed8-0588756c985a'
2022-08-01T18:59:19.960076+00:00 ERROR 'ansible_navigator.actions.collections._parse' Unable to extract collection json from stdout
2022-08-01T18:59:19.960239+00:00 DEBUG 'ansible_navigator.actions.collections._parse' error json loading output: 'not enough values to unpack (expected 2, got 1)'
2022-08-01T18:59:19.960350+00:00 DEBUG 'ansible_navigator.actions.collections._parse' Traceback (most recent call last):
  File "/home/refried.jello/.local/share/ansible_navigator/utils/catalog_collections.py", line 607, in <module>
    result = main()
  File "/home/refried.jello/.local/share/ansible_navigator/utils/catalog_collections.py", line 563, in main
    collections, errors = cc_obj.process_directories()
  File "/home/refried.jello/.local/share/ansible_navigator/utils/catalog_collections.py", line 335, in process_directories
    self._catalog_roles(collection)
  File "/home/refried.jello/.local/share/ansible_navigator/utils/catalog_collections.py", line 137, in _catalog_roles
    role["argument_specs"] = yaml.load(fh, Loader=SafeLoader)["argument_specs"]
TypeError: 'NoneType' object is not subscriptable

I am not really sure where to begin looking. The machine in question is an automation workstation, used by several engineers to run ansible-playbook on a daily basis. Thanks!

cidrblock commented 2 years ago

Can you tell me what collections you have installed? This is definitely a bug, or at least it should handle it more gracefully.

It has something to do with a role's argspec_file, I suspect the file is present but empty, but would like to know for sure.