Closed t0mk closed 1 year ago
Hey, I'm just trying to use ansible-specdoc, and it took me a while to figure that I need to
from ansible_specdoc.object import SpecDocData, ...
.. in order to use the project in my ansible module. It would be good if it would be in the examples or mentioned in the readme.
I've fleshed out the README a bit more with better examples. Let me know if there are any other details we can add.
Description
Hey, I'm just trying to use ansible-specdoc, and it took me a while to figure that I need to
.. in order to use the project in my ansible module. It would be good if it would be in the examples or mentioned in the readme.