Add my module to ansible facts

Hi,

This is my first post and sorry if I sound silly or don’t know the protocols

I have created a small module which checks if the server needs reboot and returns reboot_required as true or false. How do I contribute it so that it can be included in ansible facts ?

Thanks
Aarat

I guess that would be something to add into

    lib/ansible/module_utils/facts.py

Serge