mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
pbrun not forced to use local daemon anymore
This commit is contained in:
parent
2a0cc38922
commit
22a0aa016f
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ class ConnectionInformation:
|
|||
prompt='assword:'
|
||||
exe = self.become_exe or 'pbrun'
|
||||
flags = self.become_flags or ''
|
||||
becomecmd = '%s -b -l %s -u %s %s' % (exe, flags, self.become_user, success_cmd)
|
||||
becomecmd = '%s -b %s -u %s %s' % (exe, flags, self.become_user, success_cmd)
|
||||
|
||||
elif self.become_method == 'pfexec':
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue