From 9a8425fe557caa560861a049dedc551c88b5ac09 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 23 Jul 2015 20:05:39 +0000 Subject: [PATCH] Have all these use the same ntp config --- roles/koji_builder/tasks/main.yml | 2 +- tasks/sign_setup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index cc3835a8c4..e955a1f901 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -210,7 +210,7 @@ - koji_builder - name: ntp.conf - copy: src="{{ files }}/common/ntp.conf" dest=/etc/ntp.conf + copy: src="{{ roles }}/base/files/ntp/ntp.conf" dest=/etc/ntp.conf tags: - koji_builder diff --git a/tasks/sign_setup.yml b/tasks/sign_setup.yml index 04ad17071e..99a9d3bdb4 100644 --- a/tasks/sign_setup.yml +++ b/tasks/sign_setup.yml @@ -58,7 +58,7 @@ copy: src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers - name: ntp.conf - copy: src="{{ files }}/common/ntp.conf" dest=/etc/ntp.conf + copy: src="{{ roles }}/base/files/ntp/ntp.conf" dest=/etc/ntp.conf - name: enable ntpd service: name=ntpd enabled=true state=started