correct runas comment (#75806)

pull/75833/head
Brian Coca 3 years ago committed by GitHub
parent a9bd8b6cff
commit 5d1abdbf6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,5 +66,6 @@ class BecomeModule(BecomeBase):
name = 'runas'
def build_become_command(self, cmd, shell):
# runas is implemented inside the winrm connection plugin
# this is a noop, the 'real' runas is implemented
# inside the windows powershell execution subsystem
return cmd

Loading…
Cancel
Save