I am trying this task: 

- name: Turn the fex ports up
  loop: "{{ new_fex }}" 
  nxos_interfaces:
  config:
    - name: "{{ item }}"
    - enabled: true
  state: replaced

Getting the following error: 

failed: [target] (item=Eth148/1/2) => {"ansible_loop_var": "item", 
"changed": false, "item": "Eth148/1/2", "msg": "Unsupported parameters for 
(nxos_interfaces) module: provider Supported parameters include: config, 
state"}

Any known quick fix to this one?

Thanks in advance. 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/fa6ac159-cfea-4db2-8930-e5f5f1e48d5cn%40googlegroups.com.

Reply via email to