Skip to content

Commit

Permalink
Fix ntp installation on SLES and openSUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 11, 2024
1 parent 8c09c3f commit e54b8c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
ntp_service_name: >-
{% if ntp_package == "chrony" -%}
chronyd
{%- elif ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk", "RedHat"] -%}
{%- elif ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk", "RedHat", "Suse"] -%}
ntpd
{%- else -%}
ntp
Expand Down

0 comments on commit e54b8c4

Please sign in to comment.