ansible/svc/restart.yml
2026-03-21 17:42:45 +00:00

7 lines
142 B
YAML

- hosts: localhost
tasks:
- name: Restart service
ansible.builtin.systemd:
name: "{{ service }}"
state: restarted