Misc typo fixes (#53284)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2019-03-05 02:00:18 +05:30 committed by ansibot
parent a59565c062
commit 917520d560
7 changed files with 9 additions and 9 deletions

View file

@ -131,7 +131,7 @@ class CallbackModule(CallbackBase):
# args can be specified as no_log in several places: in the task or in
# the argument spec. We can check whether the task is no_log but the
# argument spec can't be because that is only run on the target
# machine and we haven't run it thereyet at this time.
# machine and we haven't run it there yet at this time.
#
# So we give people a config option to affect display of the args so
# that they can secure this if they feel that their stdout is insecure