Commit af44dd0
[manage_secrets] Add no_log to debug task printing secret content
The debug task for _secret_content prints sensitive values (pull
secrets, CI tokens, kubeconfig) to stdout and ansible.log without
no_log. The copy task in the same file correctly uses no_log —
the debug task was missed.
Uses the same cifmw_nolog pattern as the rest of the role to allow
disabling for debugging when needed.
Jira: OSPRH-31754
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>1 parent 1e5d7b0 commit af44dd0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments