update examples
This commit is contained in:
parent
6b361a28b5
commit
d15ca7b982
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue