osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42633?usp=email )
Change subject: ansible: ntpd: update for debian 13 ......................................................................
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