mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue