Hello, list.
Where can I find more information about the V2 status?
I was poking at the code due to bug #10619 and I thought I was breaking stuff when I tried to run the setup module. But after looking at it a little better it seems it is wasn’t working before me (just a git clone):
$ ansible test -u root -m setup
PLAY: *******************************************************
TASK [setup] ********************************************************************
ok: [172.17.0.4]
I wonder if there is a place where I can go (besides github) that says what’s broken and was working so I could avoid troubleshooting code that I didn’t break.
Thanks!