You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we have nmap-cli installed on awx-ee base image in order to use community.general.nmap inventory module on awx ?
ansible_collections.community.general.plugins.inventory.nmap plugin: nmap
inventory plugin requires the nmap cli tool to work: Failed to find required
executable "nmap" in paths:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
File "/usr/local/lib/python3.9/site-packages/ansible/inventory/manager.py", line 293, in parse_source
plugin.parse(self._inventory, self._loader, source, cache=cache)
File "/runner/requirements_collections/ansible_collections/community/general/plugins/inventory/nmap.py", line 176, in parse
raise AnsibleParserError('nmap inventory plugin requires the nmap cli tool to work: {0}'.format(to_native(e)))
The text was updated successfully, but these errors were encountered:
Can we have nmap-cli installed on awx-ee base image in order to use community.general.nmap inventory module on awx ?
ansible_collections.community.general.plugins.inventory.nmap plugin: nmap
inventory plugin requires the nmap cli tool to work: Failed to find required
executable "nmap" in paths:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
File "/usr/local/lib/python3.9/site-packages/ansible/inventory/manager.py", line 293, in parse_source
plugin.parse(self._inventory, self._loader, source, cache=cache)
File "/runner/requirements_collections/ansible_collections/community/general/plugins/inventory/nmap.py", line 176, in parse
raise AnsibleParserError('nmap inventory plugin requires the nmap cli tool to work: {0}'.format(to_native(e)))
The text was updated successfully, but these errors were encountered: