fixed typo in filename of 'k8s_json_patch'-action (#652)

fixed typo in filename of 'k8s_json_patch'-action 

SUMMARY

The filename/symlink of the action for the 'k8s_json_patch'-module was wrong. Renamed file from 'ks8_json_patch.py' to ' k8s_json_patch.py'

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

k8s_json_patch
ADDITIONAL INFORMATION


Because of the wrong filename things like unvaulting kubeconfig files did not worked.

Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
Dennis Ochocki
2024-05-14 17:48:01 +02:00
committed by GitHub
parent 0408aa9328
commit ac943e9890
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- k8s_json_patch - rename action symlink to ensure k8s action plugin is used (https://github.com/ansible-collections/kubernetes.core/pull/652).