From dce37b1f410cbb9a4bccf20e2f22b00ad734926e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 8 Dec 2015 19:44:10 +0000 Subject: [PATCH] Need to also change this to a template. --- roles/koji_builder/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index 53642e0b3a..b6ee070ccb 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -249,7 +249,7 @@ - ntp - name: ntp.conf - copy: src="{{ roles }}/base/files/ntp/ntp.conf" dest=/etc/ntp.conf + template: src="{{ roles }}/base/templates/ntp/ntp.conf.j2" dest=/etc/ntp.conf tags: - koji_builder - ntp