#na_ontap_interface Rename of interface produces warning message

1 messages · Page 1 of 1 (latest)

west geode
#

I am renaming network interfaces and get a warning. I can't see what I am doing wrong. How can I avoid the warning?

- name: rename cluster management lif netapp.ontap.na_ontap_interface: state: present from_name: "{{ item.name }}" interface_name: "{{ inventory_hostname_short }}_mgmt01" <<: *login loop: "{{ net_info.ontap_info.network_ip_interfaces.records |list }}" loop_control: label: "{{ item.name }}" when: item.location.failover == "broadcast_domain_only"

Output
TASK [rename cluster management lif] ******************************************************************************************************************************************* changed: [clustername.local] => (item=cluster-foo) skipping: [clustername.local] => (item=Node-01_mgmt01) [WARNING]: adjusting name from cluster-foo to cluster-foo

chrome socket
#

Let me look in to that

chrome socket
west geode
#

I sent the log as requested