Change default shell to CMD

This commit is contained in:
madereddy
2023-12-14 16:00:32 -05:00
parent 574fa1517a
commit 28e3fc9b20
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ all:
Gaming:
ansible_host: 192.168.1.13
ansible_connection: ssh
ansible_shell_type: powershell
ansible_user: sanjeet
ansible_shell_type: cmd
# host2:
# ansible_host: <ip>
# ansible_user: <user>