mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Have all these use the same ntp config
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user