mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 19:01:14 +00:00
Fix 'hostname' module Facts is not defined by updating 'hostname' module to use it. is_systemd_managed() was previously on the module_utils.facts.Facts class that no longer exists. Fixes #25289