Hello
Just curious about the rationale behind this.
Regards,
maykel
[1]
https://github.com/ansible/ansible/blob/devel/lib/ansible/runner/__init__.py#L539
Hello
Just curious about the rationale behind this.
Regards,
maykel
[1]
https://github.com/ansible/ansible/blob/devel/lib/ansible/runner/__init__.py#L539
It's faster.
We don't want to do a module transfer to just evaluate md5 things.
If the file hasn't changed, we might not need to move a file over at all.