mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
win_shell/win_command changes + tests (#17557)
This commit is contained in:
parent
81072fcba1
commit
f497d771c8
6 changed files with 319 additions and 6 deletions
|
@ -85,7 +85,7 @@ class AdHocCLI(CLI):
|
|||
return True
|
||||
|
||||
def _play_ds(self, pattern, async, poll):
|
||||
check_raw = self.options.module_name in ('command', 'shell', 'script', 'raw')
|
||||
check_raw = self.options.module_name in ('command', 'win_command', 'shell', 'win_shell', 'script', 'raw')
|
||||
return dict(
|
||||
name = "Ansible Ad-Hoc",
|
||||
hosts = pattern,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue