Hi folks
I need to create an inventory file for windows servers. Therefore I run the following command:
ansible win00-stg -m setup --tree out/
when I check into one of the generate files there is no disk information. However I can run it separetly with the follwing command:
ansible win00-stg -m win_disk_facts --tree out/
There is a way to include the disk information in the same command.
Thanks in advance
Federico