- name: reload prometheus service: name: prometheus state: reloaded when: "'handler' not in ansible_skip_tags" - name: restart prometheus service: name: prometheus state: restarted when: "'handler' not in ansible_skip_tags"