---
- name: Restart squid
  systemd:
    name: squid
    state: restarted

- name: Restart nginx
  systemd:
    name: nginx
    state: restarted