5 lines
91 B
YAML
5 lines
91 B
YAML
- name: "Restart pmacct"
|
|
ansible.builtin.systemd:
|
|
name: pmacctd
|
|
state: restarted
|