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

20 lines
419 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
# update grub
- name: grub register
command: update-grub
# update timezone
- name: update timezone
command: dpkg-reconfigure --frontend noninteractive tzdata