main.yml 90 B

12345
  1. ---
  2. - name: restart snell
  3. ansible.builtin.systemd:
  4. name: snell
  5. state: restarted