08e016780b
* Use inventory.get_host instead of direct access to inventory.hosts (#41860)
* Use inventory.get_host instead of direct access to inventory.hosts. Fixes #32152
* Prevent potential side effect, by using self._inventory.localhost directly instead of get_host
(cherry picked from commit 1a2ef0922f
)
* Add changelog for #41860
2 lines
98 B
YAML
2 lines
98 B
YAML
bugfixes:
|
|
- group_by - support implicit localhost (https://github.com/ansible/ansible/pull/41860)
|