---
- name: reload nginx
  become: yes
  service:
    name: nginx
    state: reloaded

- name: apt update
  become: yes
  apt:
    update_cache: yes