How to move/rename a file using an Ansible task on a remote system

How is it possible to move/rename a file/directory using an Ansible module on a remote system? I don’t want to use the command/shell tasks and I don’t want to copy the file from the local system to the remote system.

13 Answers
13

Leave a Comment