Yannis Ansermoz

Results 3 comments of Yannis Ansermoz

Workaround : add the following task before using win_psmodule `- ansible.windows.win_shell: Install-PackageProvider -Name Nuget -Force` or `Find-PackageProvider -Name Nuget -ForceBootstrap -IncludeDependencies -Force`

![image](https://user-images.githubusercontent.com/3008631/148042433-5a2db9de-7716-42b7-a939-62ae9d25697c.png) ![image](https://user-images.githubusercontent.com/3008631/148042557-6138b7f7-2907-479d-a832-50cc3e307e65.png) Same issue with an aks cluster on 1.21.7 and Rancher 2.6.3 Other cluster deployed with rke also on 1.21.7 are reporting correctly

Thanks for your answer! For the filtering, using 'drop' might help but as our Netbox database is quite big, I would prefer to filter when gathering rather than processing. I...