laforge has submitted this change. ( 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(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve 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 https://gerrit.osmocom.org/c/osmo-ci/+/42633?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I7dad2f0cc034f487d4c97ec37325dab667f24ce3 Gerrit-Change-Number: 42633 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]>
