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
When user creates an object with some parameters and then tries to delete the same object wth just a mandary parameter, the object does not get deleted
#31
Open
tanmayx opened this issue
Jun 29, 2017
· 0 comments
In this case, the policy is not deleted.
This happens because the ansible module checks for the object existence with the default values and since the object was created with different values, the object exists returns false and hence the object is not deleted.
The text was updated successfully, but these errors were encountered:
Create a boot policy with some parameter values (which are not default values) -
Now delete the boot policy by passing just the mandatory param ie
name
-In this case, the policy is not deleted.
This happens because the ansible module checks for the object existence with the default values and since the object was created with different values, the object exists returns false and hence the object is not deleted.
The text was updated successfully, but these errors were encountered: