mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
Clean up ntp tasks in sign setup, they moved into ntp role that is required by base now.
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
yum: state=present name={{ item }}
|
||||
with_items:
|
||||
- sigul
|
||||
- ntp
|
||||
- ntpdate
|
||||
- gnupg1
|
||||
- rpm-sign
|
||||
- bzip2
|
||||
@@ -53,18 +51,3 @@
|
||||
|
||||
- name: setup gpg link
|
||||
file: state=link src=/usr/bin/gpg1 dest=/usr/bin/gpg
|
||||
|
||||
- name: ntp steptickers
|
||||
copy: src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers
|
||||
tags:
|
||||
- ntp
|
||||
|
||||
- name: ntp.conf
|
||||
template: src="{{ roles }}/base/templates/ntp/ntp.conf.j2" dest=/etc/ntp.conf
|
||||
tags:
|
||||
- ntp
|
||||
|
||||
- name: enable ntpd
|
||||
service: name=ntpd enabled=true state=started
|
||||
tags:
|
||||
- ntp
|
||||
|
||||
Reference in New Issue
Block a user