From 74a87338797d4302b8a0c31ea32ab1c249c80849 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 14 Dec 2015 22:05:32 +0200
Subject: [PATCH] Correct include statement.

---
 tasks/ntp.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/ntp.yml b/tasks/ntp.yml
index 795141b..ec0b9a6 100644
--- a/tasks/ntp.yml
+++ b/tasks/ntp.yml
@@ -4,7 +4,7 @@
   assert:
     that: ansible_os_family in [ 'Debian', 'OpenBSD' ]
 
-- include: ntp_OpenBSD.yml
+- include: ntpd.yml
   when: ansible_os_family == 'OpenBSD' or  not ansible_init == 'systemd'
 
 - include: systemd-timesyncd.yml
-- 
GitLab