Hello all,

I am following this turorial http://docs.ansible.com/intro_windows.html to 
install the python on ansible but i keep running into problem. I think it 
has something to do with the windows run as administrator or something.

Here is what ansible says:
This installation package could not be opened.  Verify that the package 
exists and that you can access it, or contact the application vendor to 
verify that this is a valid Windows Installer package.

This is my playbook code:
- name: Run the script
  hosts: windows_server
  tasks:
    - name: Install Python
      win_msi:
        path="C:/Users/vagrant/Downloads/python-2.7.9.msi" state=present

I can ping to my server run the raw commend like ipconfig and retrieve the 
output but can't seem to download or install anything.

Thank you so much for your 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/33fa174d-7653-4a67-9234-f69d14a0bb28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to