Closed ChrisSchmittAtNetapp closed 2 years ago
Makes sense.
I think it's the right thing to do, but it's a big change in behavior. And something we should also do for other modules. But yes, if you don't want a resource to be present, it should be OK if any of the supporting resources are missing.
We have an internal story DEVOPS-4857 open for this issue.
fixed in 21.22.0
Summary
When you try to delete a vserver the task will fail if the vserver you're trying to delete on doesn't exist. In this scenario the task should pass because if the vserver doesn't exist then the subsystem definitely doesn't exist.
Component Name
netapp.ontap.na_ontap_nvme_subsystem
Ansible Version
ONTAP Collection Version
ONTAP Version
Playbook
Steps to Reproduce
Expected Results
The delete subsystem task should pass since the subsystem does not exist, ensuring the subsystem already doesn't exist.
Actual Results