strange error on a google cloud sdk install

Hi,
On a WIn 10 home system (from my linux ctrl machine), I am running the following:

  • name: Download Google Cloud SDK

win_get_url:

url: https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe

dest: C:\TEMP\cloud.exe

  • name: Install Google Cloud SDK

win_command:

path: 'C:\TEMP\cloud.exe /s /allusers

I get this error, which I can’t decipher. What am I missing?

TASK [Install Google Cloud SDK] *****************************************************************************************************************************************************************

task path: /ansible/playbook/Sandbox/cloudsdk.yml:5

Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/windows/win_command.ps1

<100.126.255.214> ESTABLISH WINRM CONNECTION FOR USER: yrunner on PORT 5986 TO 100.126.255.214

EXEC (via pipeline wrapper)

fatal: [100.126.255.214]: FAILED! => {

“changed”: false,

“msg”: “Get-AnsibleParam: Missing required argument: _raw_params”

Bumping, What params do i need to set? This is a simple exe file so it ought to work!