7 lines
97 B
YAML
7 lines
97 B
YAML
---
|
|
|
|
- name: Restart postgrey
|
|
ansible.builtin.service:
|
|
name: postgrey
|
|
state: restarted
|