ansible/changelogs/fragments/k8s_facts_fix.yaml
Will Thames bac6f99608 Ensure that k8s_facts always returns resources key (#46733) (#47253)
* Ensure that k8s_facts always returns resources key (#46733)

Fix bug returning `items` key if NotFound exception is hit

(cherry picked from commit b772485d97)

* Add changelog for k8s_facts fix
2018-10-22 21:05:31 -07:00

3 lines
72 B
YAML

---
bugfixes:
- k8s_facts now returns a resources key in all situations