ansible icon indicating copy to clipboard operation
ansible copied to clipboard

Changed is not set to True when successful

Open tonyhogsten opened this issue 5 years ago • 1 comments

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.

tonyhogsten avatar Jan 08 '20 12:01 tonyhogsten

Hi Tony,

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

Vairavaprakash avatar Jan 09 '20 06:01 Vairavaprakash