mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 14:02:38 +00:00
Check that auth value is not None (#151)
* Check that auth value is not None The previous check for truth prevented the verify_ssl param from being set to false, thus forcing ssl verfication in every case. * Add changelog fragment * Fix linting
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- check auth params for existence, not whether they are true (https://github.com/ansible-collections/kubernetes.core/pull/151).
|
||||
Reference in New Issue
Block a user