7 lines
142 B
YAML
7 lines
142 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: Restart service
|
|
ansible.builtin.systemd:
|
|
name: "{{ service }}"
|
|
state: restarted
|