Hi, I Would like to use win_disk_facts to check allocation_unit_size for each disk.
I can do it with powershell: ($wql = "SELECT Label, Blocksize, Name FROM Win32_Volume WHERE FileSystem='NTFS'" Get-WmiObject -Query $wql -ComputerName '.' | Select-Object Name, Blocksize) But I can't with Ansible. Can you help me? Thanks Maxime -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/7aa755ba-38d1-47f8-8cec-6a03b9a3b213%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
