From 3d23a18c0be2ac16fe8c06d33164324b9a3b6c5c Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sun, 30 Oct 2022 23:30:06 +0000 Subject: [PATCH] dhcpd: Fix restart handler call --- roles/dhcpd/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dhcpd/tasks/main.yml b/roles/dhcpd/tasks/main.yml index e22b838..8052208 100644 --- a/roles/dhcpd/tasks/main.yml +++ b/roles/dhcpd/tasks/main.yml @@ -15,7 +15,7 @@ owner: root group: "{{ ansible_wheel }}" # validate: "dhcpd -t -cf %s" - notify: restart dhcpd + notify: Restart dhcpd - name: Enable service ansible.builtin.service: