Commit 45b4ee9c by Matt Martz

Don't allow setting become_pass in a play

parent 6bc2ea1f
...@@ -109,8 +109,6 @@ class ConnectionInformation: ...@@ -109,8 +109,6 @@ class ConnectionInformation:
self.become_method = play.become_method self.become_method = play.become_method
if play.become_user: if play.become_user:
self.become_user = play.become_user self.become_user = play.become_user
if play.become_pass:
self.become_pass = play.become_pass
# non connection related # non connection related
self.no_log = play.no_log self.no_log = play.no_log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment