-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
2.4
-
None
-
False
-
-
False
If the system facts for a host are missing, then ansible.builtin.reboot will not execute.
"msg": "Failed to get distribution information. Missing \"ansible_distribution\" in output.", "_ansible_no_log": false
There is a parameter on reboot to specify the reboot command, and there should be a flag to ignore the missing fact "ansible_distribution".
There are times when system facts are not available on some linux distros. You should still be able to use the reboot module.