mirror of https://github.com/ansible/ansible.git
Bkprt no log fix (#41452)
* no_log even when task_result doesn't provide key - now also checks task property - added reproducer to tests for unreachable status on item loop (cherry picked from commitpull/41525/head336b3762b2
) * Add changelog entry for the no_log fix (cherry picked from commit5fdd101a3e
) * Tasks that are expected to fail need to begin with a special string (cherry picked from commita5fd86cf6d
)
parent
6cdc3ac057
commit
70f4f89178
@ -0,0 +1,9 @@
|
||||
---
|
||||
bugfixes:
|
||||
- '**Security Fix** - Some connection exceptions would cause no_log specified on
|
||||
a task to be ignored. If this happened, the task information, including any
|
||||
private information could have been displayed to stdout and (if enabled, not
|
||||
the default) logged to a log file specified in ansible.cfg''s log_path.
|
||||
Additionally, sites which redirected stdout from ansible runs to a log file
|
||||
may have stored that private information onto disk that way as well.
|
||||
(https://github.com/ansible/ansible/pull/41414)'
|
Loading…
Reference in New Issue