vn-ansible/roles/config-base-debian-os/handlers/main.yaml

12 lines
255 B
YAML

---
# restart exim4 service to apply changes
- name: restart exim4
service:
name: "{{ exim_daemon }}"
state: restarted
# restart nslcd service to apply changes
- name: restart nslcd
service:
name: "{{ nslcd_daemon }}"
state: restarted