SyntaxFix
Write A Post
Hire A Developer
Questions
You can Do It by --
Using Ad Hoc Command
ansible all -m command -a" mv /path/to/foo /path/to/bar"
Or You if you want to do it by using playbook
- name: Move File foo to destination bar command: mv /path/to/foo /path/to/bar