7 lines
151 B
YAML
7 lines
151 B
YAML
|
|
---
|
||
|
|
- name: Redémarrer rspamd
|
||
|
|
ansible.builtin.systemd:
|
||
|
|
name: "{{ serveur_rspamd_service }}"
|
||
|
|
state: restarted
|
||
|
|
when: not ansible_check_mode
|