Ansible file processing / blockinfile module in Windows

Viewed 734

I want to udpate block of multiline text in a file in Windows via ansible. Have used blockinfile but it works only on Linux machines. Are there any alternative for this module ? Or any other way to do this? There is win_lineinfile but I have around 20 lines to be added. Any help is very much appreciated!!

0 Answers
Related