Fix Failed Token Delete with PEP8 Indent (#242) (#243)

Co-authored-by: Carter Hale <44034905+HaleCT2@users.noreply.github.com>
Co-authored-by: carter <me@halecarter.com>
This commit is contained in:
Sean Malloy
2024-09-02 07:40:16 -05:00
committed by GitHub
parent 97ed9be7d9
commit 3833922158
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- openshift_auth - fix issue where openshift_auth module sometimes does not delete the auth token. Based on stale PR (https://github.com/openshift/community.okd/pull/194).