Thanks for all your help earlier, it was greatly appreciated.

Now I am attempting to automate installation of some software across all my 
Windows VM's .  I have found some documentation on the web but am still 
having trouble.  At this point it is getting hung up on the last line.
The playbook looks like this...

---
- hosts: Windows
  connection: local
  remote_user: root
  tasks:
    - name: check to see if ClamWin installed
      win-stat: "S:\\ClamWin\"
      register: ClamWin installed
      
    - name:  Install ClamWin
      win_package:
       name=clamwin-0.99.1-setup.exe
       path=S://ClamWin/clamwin-0.99.1-setup.exe
       Arguments="/install /passive /norestart"

Can i get some help with this code????

Basically i have a file on a local shared drive that I want to install on 
my windows machines.
Thanks.

-- 
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 post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/85acaa90-4181-4342-9ca0-29b1d5b46879%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to