Trying to debug a problem with Ansible module win_updates and I see some very useful info being output via Write-DebugLog.
How do I activate this output?
`
set this as a global for the Write-DebugLog function
$log_path = $boundparms[‘log_path’]
`
ansible-playbook -e ?
ansible -a?
Cannot seem to get either to work.
Thanks.