--- # configure kea-dhcp4 - name: "config - kea-dhcp4" ansible.builtin.template: src: "templates/kea-dhcp4.conf.j2" dest: "/etc/kea/kea-dhcp4.conf" owner: "root" group: "root" mode: "0644" notify: "restart kea-dhcp4-server"