From 2fedf26d27f03c16e5050eea7f0b6460017f4aff Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 18 Dec 2014 17:28:38 +0100 Subject: [PATCH] Rename roles/ntpd/templates/ntp.conf template to "ntp.conf.j2" --- roles/ntpd/tasks/main.yml | 2 +- roles/ntpd/templates/{ntp.conf => ntp.conf.j2} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename roles/ntpd/templates/{ntp.conf => ntp.conf.j2} (100%) diff --git a/roles/ntpd/tasks/main.yml b/roles/ntpd/tasks/main.yml index ffcc4ed..1af5df9 100644 --- a/roles/ntpd/tasks/main.yml +++ b/roles/ntpd/tasks/main.yml @@ -9,7 +9,7 @@ group=root mode=644 owner=root - src=ntp.conf + src=ntp.conf.j2 notify: - restart "ntp" diff --git a/roles/ntpd/templates/ntp.conf b/roles/ntpd/templates/ntp.conf.j2 similarity index 100% rename from roles/ntpd/templates/ntp.conf rename to roles/ntpd/templates/ntp.conf.j2 -- 2.39.2