What would be the ansible equivalent of
echo > /some/file/here
I don't want to resort to using
shell:
Nor do I want to delete and recreate the file, just empty it in place.
The file already exists and will always exist so the "how to create an empty file" is not the same