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
I noticed that when trying to add vlan to group using the cisco.ucs.ucs_vlan_to_group collection, it gives the following error when running the playbook:
TASK [add vlan to group] *********************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": true, "msg": "ACI_Customers_test_antti VLAN Group not configured in UCS"}
It says FATAL but actually when i check ucs manager, it shows that the vlan group was actually created and vlan was added to it. When i run the playbook again, it gives OK to the add vlan to group part naturally.
Is there any way to use ansible to create vlan groups seperately or do i have to do it like this, but just adding a ignore_errors part to the task to keep the playbook going?
The text was updated successfully, but these errors were encountered:
Hello!
I noticed that when trying to add vlan to group using the cisco.ucs.ucs_vlan_to_group collection, it gives the following error when running the playbook:
TASK [add vlan to group] *********************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": true, "msg": "ACI_Customers_test_antti VLAN Group not configured in UCS"}
It says FATAL but actually when i check ucs manager, it shows that the vlan group was actually created and vlan was added to it. When i run the playbook again, it gives OK to the add vlan to group part naturally.
Is there any way to use ansible to create vlan groups seperately or do i have to do it like this, but just adding a ignore_errors part to the task to keep the playbook going?
The text was updated successfully, but these errors were encountered: