Posted on 27th May 2020|622 views
How to create files with content
Posted on 17th September 2025| views
In Ansible, we can create files with Content through “copy with content”. This can be done as follows:
tasks:
content:
This is very difficult
dest: test.text