Don't allow setting become_pass in a play

This commit is contained in:
Matt Martz 2015-06-05 14:10:00 -05:00
parent 6bc2ea1f2b
commit 45b4ee9cfe

View file

@ -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