Hi All,
I'm using "win_get_url" module to download an MSI package and then "win_msi" to install it.
It turns out that every time I run a playbook both tasks return status "changed" even the file was previously downloaded and installed in the preceding run.
Am I right that these modules do not support idempotence yet?
I was expected the same behaviour as in Linux (like yum, etc) - they do not report/change if nothing has changed in system from previous run.
Could you please advise?
Kind Regards,
Constantin