Advertisement
SturmB

win_shell playbook

Oct 6th, 2020
989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.15 KB | None | 0 0
  1. ---
  2. - name: Test
  3.   hosts: localhost
  4.   connection: local
  5.   gather_facts: false
  6.  
  7.   tasks:
  8.     - name: Test `win_shell`
  9.       win_shell: "echo 'hi'"
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement