Skip to content

Commit

Permalink
Fix case of CentOS service check (adoptium#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Feb 29, 2024
1 parent bf6bd5f commit c1e517a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
when:
- (ansible_distribution == "RedHat" and ansible_distribution_major_version != "8") or
(ansible_distribution == "SLES" and ansible_distribution_major_version == "12") or
(ansible_distribution == "centos" and ansible_distribution_major_version == "7" )
(ansible_distribution == "CentOS" and ansible_distribution_major_version == "7" )
tags: ntp_time

- name: Start NTP for SUSE12
Expand Down

0 comments on commit c1e517a

Please sign in to comment.