mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Currently, if the host specified in delegate_to for a task is null, Ansible will crash with a stack trace. Add a check for this state and handle the error appropriately.