hi,
im am not able to deploy google chrome msi via ansible on wondows hosts. 
using the exe-file is working ok, but with some side effects.
was anyone able to install the chrome-msi via win_package?

tried msi with:
    - name: install file
      win_package:
        path: C:\temp\GoogleChromeStandaloneEnterprise64.msi
        arguments: /q /l
        state: present

(also tried arguments: /quiet /qn /i and some combinations of that)

successful installed exe with:
    - name: install file
      win_package:
        path: C:\temp\ChromeStandaloneSetup64.exe
        arguments: /silent /install
        state: present

kind regards,
andre

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/3e3ca7a6-b939-4281-a2df-65aca2153475%40googlegroups.com.

Reply via email to