Commvault / ansible

Ansible Library for Commvault
21 stars 11 forks source link

Changed is not set to True when successful #4

Open tonyhogsten opened 4 years ago

tonyhogsten commented 4 years ago

Hi,

I've noticed that the module doesn't change the key "Changed" to True when it does changes through the API, meaning that if we delete clients or update groups we get "changed": false. Is this intended behavior?

{
    "clientgroups": {
        "changed": false, 
        "failed": false, 
        "output": false
    }
}

But in reality, we have just added a new client to a group.

Vairavaprakash commented 4 years ago

Hi Tony,

This is not yet supported, we are planning to add support for this in future