Skip to content

Commit

Permalink
Hide the password values in the log messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu committed Sep 27, 2018
1 parent 88c3637 commit e0f463b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def run(options, userid = nil)
def raw_create_job_template(options)
job_template_klass = ManageIQ::Providers::EmbeddedAnsible::AutomationManager::ConfigurationScript
jt_options = build_parameter_list(options)
_log.info("Creating job template with options (#{jt_options})")
_log.info("Creating job template with options:")
$log.log_hashes(jt_options)
job_template_klass.raw_create_in_provider(manager, jt_options)
end

Expand Down

0 comments on commit e0f463b

Please sign in to comment.