Skip to content

Commit

Permalink
安装chrony之前确保已卸载ntp
Browse files Browse the repository at this point in the history
  • Loading branch information
lusyoe authored and gjmzj committed Oct 14, 2018
1 parent 2e700c7 commit bbf4dc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/chrony/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
apt: update_cache=yes cache_valid_time=72000
when: ansible_distribution == "Ubuntu" and ansible_distribution_major_version|int >= 16

- name: 确保已卸载ntp
package: name=ntp state=absent

- name: 安装 chrony
package: name=chrony state=latest

Expand Down

0 comments on commit bbf4dc8

Please sign in to comment.