---
- name: reload nginx
  become: true
  systemd:
    name: nginx
    state: reloaded
  listen: reload_nginx
  remote_user: root