From ff4e0b32e85ce8cd7b269f203030a35819114544 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Mon, 16 Aug 2021 16:41:06 +0000 Subject: [PATCH] dhcpd: yamllint fixes --- roles/dhcpd/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dhcpd/tasks/main.yml b/roles/dhcpd/tasks/main.yml index db69d49..a195d60 100644 --- a/roles/dhcpd/tasks/main.yml +++ b/roles/dhcpd/tasks/main.yml @@ -1,6 +1,6 @@ --- - name: include OS-specific variables - include_vars: "{{ ansible_os_family }}.yml" + include_vars: "{{ ansible_os_family }}.yml" - name: install packages package: @@ -13,7 +13,7 @@ src: dhcpd.conf.j2 owner: root group: "{{ ansible_wheel }}" - #validate: "dhcpd -t -cf %s" + # validate: "dhcpd -t -cf %s" notify: restart dhcpd - name: enable service