main.yml 74 B

12345
  1. ---
  2. - name: Restart nginx
  3. systemd:
  4. name: nginx
  5. state: restarted