- name: reload nginx
  service:
    name: nginx
    state: reloaded
  when: "'handler' not in ansible_skip_tags"

- name: update package cache
  package:
    update_cache: yes
  when: "'handler' not in ansible_skip_tags"