Hi,

when I use the k8s module to patch a CRD object the task is always marked 
as "changed: true" even if there are no changes to the object.

ok: [localhost] => {
    "msg": {
        "changed": true,
        "diff": [
            [
                "change",
                "metadata.resourceVersion",
                [
                    "124413",
                    "124360"
                ]
            ]
        ],
        "failed": false,
        "method": "patch",
        "result": { ... }
...

>From the output you can see that the resourceVersion is responsible for the 
change.

Any other non CRD objects work just fine. Did anyone experience the same?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ea01c353-ff7d-48c7-80b3-2020a5ed8576%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to