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: