From d15ca7b982b88afbc106db073aace5b8458f11ce Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 21 Dec 2021 16:30:39 +0100 Subject: [PATCH] update examples --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +``` +