mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 21:42:38 +00:00
helm_repository: Silence false no_log warning (#423)
helm_repository: Silence false no_log warning Depends-On: #424 SUMMARY Apply no_log=True to pass_credentials to silence false positive warning. Fixes: #412 Signed-off-by: Abhijeet Kasurde akasurde@redhat.com ISSUE TYPE Bugfix Pull Request COMPONENT NAME changelogs/fragments/412_pass_creds.yml plugins/modules/helm_repository.py Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
3
changelogs/fragments/412_pass_creds.yml
Normal file
3
changelogs/fragments/412_pass_creds.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm_repository - mark `pass_credentials` as no_log=True to silence false warning (https://github.com/ansible-collections/kubernetes.core/issues/412).
|
||||
Reference in New Issue
Block a user