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

On Wednesday, November 22, 2017 at 1:00:23 PM UTC-8, [email protected] 
wrote:
>
> 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/57b97bf0-d594-4a7d-8b9a-8a9dffef79ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to