- name: restart sshd win_service: name: sshd state: restarted when: "'handler' not in ansible_skip_tags" - name: restart windows_exporter win_service: name: windows_exporter state: restarted when: "'handler' not in ansible_skip_tags"