Hi all,

I'm using Ansible 2.0 but I have problem with:
- win_file: can't create new directory

sample playbook

- name: create Source directory
  win_file: path=C:\MySource state=directory


- win_service: can't manage windows service (no affect). The input name is the 
service name (service name is the same with service display name)


sample playbook:

- name: update service My_Service stopped
  win_service:
    name: My_Service
    state: stopped


Do you have any idea?


Thanks,

Quang

-- 
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/a278b222-910e-4ca9-9384-05500a958629%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to