From 5232b710f00e85ce3b031bcaa77ff8cb81122d38 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 29 Feb 2024 23:37:46 -0500 Subject: fix acl and stuff --- roles/common/tasks/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'roles/common/tasks') diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 3e00e6f..6d2296c 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -15,9 +15,23 @@ - curl - gnupg-agent - software-properties-common + - systemd-timesyncd state: latest update_cache: yes +- name: enable systemd-timesyncd + ansible.builtin.systemd_service: + name: systemd-timesyncd + state: restarted + enabled: true + daemon_reload: true + +- name: purge ntp + apt: + name: + - ntp + state: absent + - name: docker GPG key apt_key: url: https://download.docker.com/linux/debian/gpg -- cgit v1.2.3-70-g09d2