Fix module_defaults by removing routing hack (#372)

Fix module_defaults by removing routing hack

SUMMARY
Fixes #202
Fixes ansible/ansible#76687
As mentioned here, I'm not sure what the redirection was originally solving, but this would be the ideal solution for module_defaults.
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
changelogs/fragments/347-routing.yml
meta/runtime.yml
This commit is contained in:
Abhijeet Kasurde
2022-02-09 22:01:51 +05:30
committed by GitHub
parent 82565dad78
commit 583de3217c
2 changed files with 3 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- fixed module_defaults by removing routing hacks from runtime.yml (https://github.com/ansible-collections/kubernetes.core/pull/347).