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

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