Skip to content

Commit

Permalink
Fix restarting of ntp for Debian/Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 7, 2018
1 parent 15d600b commit 99dbd99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/main.yml
Expand Up @@ -16,7 +16,9 @@ ntp_configuration: "{{ _ntp_configuration[ansible_distribution] | default(_ntp_c

_ntp_service:
default: ntpd
Debian: ntp
Alpine: openntpd
Ubuntu: ntp

ntp_service: "{{ _ntp_service[ansible_distribution] | default(_ntp_service['default']) }}"

Expand Down

0 comments on commit 99dbd99

Please sign in to comment.