Difference between revisions of "Ansible One-liners"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "ansible 'Windows' -m win_shell -i inventory.txt -a 'cp C:\tmp\a.txt C:\tmp\b.txt'")
(No difference)

Revision as of 00:18, 2 July 2021

ansible 'Windows' -m win_shell -i inventory.txt -a 'cp C:\tmp\a.txt C:\tmp\b.txt'