mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
Fixes typos in changelog/comment (#32464)
This commit is contained in:
parent
86141c3e03
commit
3e080ad53d
2 changed files with 7 additions and 7 deletions
|
@ -490,7 +490,7 @@ class PlayContext(Base):
|
|||
new_info.connection_user = new_info.remote_user
|
||||
new_info.remote_user = pwd.getpwuid(os.getuid()).pw_name
|
||||
|
||||
# set no_log to default if it was not previouslly set
|
||||
# set no_log to default if it was not previously set
|
||||
if new_info.no_log is None:
|
||||
new_info.no_log = C.DEFAULT_NO_LOG
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue