Hi,
.I am trying to install a vmare tools on windows machine but noting happen
I manage to copy the file but when I am trying to install I dont see any or 
installation running in the background.

---
- hosts: all
  tasks:
    - name: Copy a single file vmare-tools
      ansible.windows.win_copy:
        src: 
/etc/ansible/roles/vmware_tools/files/VMware-tools-12.1.5-20735119-x86_64.exe
        dest: C:\VMware-tools-12.1.5-20735119-x86_64.exe
    - name: Install vmware tools
      ansible.windows.win_command: 
'"C:\VMware-tools-12.1.5-20735119-x86_64.exe" /S /v"/qn REBOOT=R 
ADDLOCAL=ALL REMOVE=AppDefense,FileIntrospection,NetworkIntrospection,Hgfs" 
/ru SYSTEM /rl HIGHEST /l C:\VMwareToolsInstall.log'

-- 
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/650e7dbf-275c-4c9e-9764-b2197d06ffddn%40googlegroups.com.

Reply via email to