diff --git a/README.md b/README.md index 1f55380..fb7c22c 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,9 @@ ansible -m win_ping all pip install pywinrm ``` + Ad-hoc copy file example: +---------------------------- +```bash +ansible -m ansible.windows.win_copy -a "src=/tmp/copy.txt dest='C:\copy.txt'" all +``` +