ansible fact for aix

hello,all

the result from executing fact module on aix doesnot meet my need,

I want to add some additional thing into the fact, like vg and pv info, how can i get it done? thank u

The fact gathering code lives here:

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/facts.py

If you know how to gather those facts in AIX you can either submit a patch via Pull Request (PR) to that code or open a feature request with the details and someone else might submit a PR.