osmith has uploaded this change for review.
ansible: ntpd: update for debian 13
Use the openntpd package, as there isn't a ntp package anymore. The
service gets enabled and started automatically after installing it, so
remove the block that did it manually.
Change-Id: I7dad2f0cc034f487d4c97ec37325dab667f24ce3
---
M ansible/roles/ntpd/tasks/main.yml
1 file changed, 1 insertion(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/33/42633/1
diff --git a/ansible/roles/ntpd/tasks/main.yml b/ansible/roles/ntpd/tasks/main.yml
index b4ca48f..9956bc4 100644
--- a/ansible/roles/ntpd/tasks/main.yml
+++ b/ansible/roles/ntpd/tasks/main.yml
@@ -1,10 +1,4 @@
---
- name: install ntp from debian
apt:
- name: ntp
-
-- name: start and enable ntp daemon
- systemd:
- name: ntp
- state: started
- enabled: yes
+ name: openntpd
To view, visit change 42633. To unsubscribe, or for help writing mail filters, visit settings.