mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
make executable setting connection dependant
winrm shoudl not use executable, rest should? fixes #14233
This commit is contained in:
parent
0e551e6d46
commit
197bed6fd8
3 changed files with 3 additions and 1 deletions
|
@ -63,6 +63,7 @@ class Connection(ConnectionBase):
|
|||
|
||||
module_implementation_preferences = ('.ps1', '')
|
||||
become_methods = []
|
||||
allow_executable = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue