update examples

This commit is contained in:
L3D 2021-12-21 16:30:39 +01:00
parent 6b361a28b5
commit d15ca7b982
Signed by: L3D
GPG Key ID: CD08445BFF4313D1
1 changed files with 6 additions and 0 deletions

View File

@ -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
```