mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
corrected typo
This commit is contained in:
@@ -299,8 +299,8 @@ class PlayContext(Base):
|
|||||||
setattr(new_info, attr, variables[variable_name])
|
setattr(new_info, attr, variables[variable_name])
|
||||||
|
|
||||||
# make sure we get port defaults if needed
|
# make sure we get port defaults if needed
|
||||||
if newinfo.port is None and C.DEFAULT_REMOTE_PORT is not None:
|
if new_info.port is None and C.DEFAULT_REMOTE_PORT is not None:
|
||||||
newinfo.port = int(C.DEFAULT_REMOTE_PORT)
|
new_info.port = int(C.DEFAULT_REMOTE_PORT)
|
||||||
|
|
||||||
# become legacy updates
|
# become legacy updates
|
||||||
if not new_info.become_pass:
|
if not new_info.become_pass:
|
||||||
|
|||||||
Reference in New Issue
Block a user