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"





-- 
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/2f44b984-d3e6-46f6-b912-2362e9e26afd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to