Don't allow setting become_pass in a play
This commit is contained in:
parent
6bc2ea1f2b
commit
45b4ee9cfe
1 changed files with 0 additions and 2 deletions
|
@ -109,8 +109,6 @@ class ConnectionInformation:
|
|||
self.become_method = play.become_method
|
||||
if play.become_user:
|
||||
self.become_user = play.become_user
|
||||
if play.become_pass:
|
||||
self.become_pass = play.become_pass
|
||||
|
||||
# non connection related
|
||||
self.no_log = play.no_log
|
||||
|
|
Loading…
Reference in a new issue