Have all these use the same ntp config
This commit is contained in:
parent
c517b616f8
commit
9a8425fe55
2 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
|
||||||
- name: ntp.conf
|
- 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:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
copy: src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers
|
copy: src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers
|
||||||
|
|
||||||
- name: ntp.conf
|
- 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
|
- name: enable ntpd
|
||||||
service: name=ntpd enabled=true state=started
|
service: name=ntpd enabled=true state=started
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue