Hi,

You need to tell the playbook which hosts you want to run your tasks on, 
something like the following (not tested). 

---

- hosts: windows
  tasks:

  - name: restart spooler
    win_service:
      name: spooler
      state: restarted


Hope this helps,


Jon

-- 
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/8476cc10-3c70-4a0f-bc0a-7e0248f4502b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to