mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Don't allow setting become_pass in a play
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user