Skip to content

Commit

Permalink
ansible: use chrony on rhel9 for time synch
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Apr 11, 2024
1 parent 079c410 commit 2f1476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sshd_service_map: {
sshd_service_name: "{{ sshd_service_map[os]|default(sshd_service_map[os|stripversion])|default('sshd') }}"

ntp_service: {
chrony: ['rhel8', 'debian11'],
chrony: ['rhel8', 'rhel9', 'debian11'],
systemd: ['debian8', 'debian10', 'debian12', 'ubuntu']
}

Expand Down

0 comments on commit 2f1476b

Please sign in to comment.