Posted on 27th May 2020|24 views
How to delete a file in Ansible
Posted on 19th September 2025| views
In Ansible, we can delete the file through the following code:
-name: Remove file
file:
Path: c/mindmajix.txt
state:absent