Hi All,
bellow is a part of my playbook which tries to connect to a Huawei ne 
device.

---
- hosts: hostlist
  gather_facts: no
  connection: network_cli
  collections: community.network

  tasks:
    - name: "Commands NE Huawei"
      no_log: false
      community.network.ne_command:
        commands:


but after running the playbook, i get the error message:
ERROR! couldn't resolve module/action 'community.network.ne_command'. This 
often indicates a misspelling, missing collection, or incorrect module path.


apart all i have installed:
ansible-galaxy collection install huaweidatacom.ne
ansible-galaxy collection install ansible.netcommon
ansible-galaxy collection install community.network
ansible-galaxy collection install huaweidatacom-ne-1.0.4.tar.gz
ansible-galaxy install ansible-network.network-engine

any suggestion/help please?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2021d890-c00a-48a5-be58-d72d6e5e9810n%40googlegroups.com.

Reply via email to