Skip to content

Commit

Permalink
Fix ntp handler
Browse files Browse the repository at this point in the history
  • Loading branch information
HanXHX committed Feb 17, 2016
1 parent f6b87d6 commit c631507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: restart openntpd
service: name=openntpd state=restarted

- name: restart openntpd
- name: restart ntp
service: name=ntp state=restarted

- name: restart cron
Expand Down
2 changes: 1 addition & 1 deletion tasks/ntp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

- name: TEMPLATE | Deploy NTPd configuration file
template: src=etc/ntp.conf.j2 dest=/etc/ntp.conf
notify: restart ntpd
notify: restart ntp
when: dbs_ntp_pkg == 'ntp'

0 comments on commit c631507

Please sign in to comment.