Hi,

I am using Ansible 2.1.0.0 and trying to run the below playbook

 - name: Install 7 zip
      win_msi:
        extra_args: "/quiet"
        path: 'C:\path\7z1602-x64.msi'
        state: present


Output:
TASK [Install 7 zip] 
***********************************************************
changed: [10.155.208.130]

PLAY RECAP 
*********************************************************************
10.155.208.130             : ok=3    changed=1    unreachable=0    failed=0


But installation of the 7 zip is not happening.
Please help.

-- 
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/187407c0-0f6e-4594-bbc0-4ed018f87a51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to