main.yml 91 B

1234567
  1. ---
  2. - name: Restart nginx
  3. become: true
  4. systemd:
  5. name: "nginx"
  6. state: restarted