From 48b5f602fa2b03400d34797f375b5225319bbe72 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Thu, 28 Mar 2024 03:50:04 +0100 Subject: [PATCH] Enable systemd-resolved and systemd-timesyncd services for ArchLinux --- roles/configuration/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/configuration/tasks/main.yml b/roles/configuration/tasks/main.yml index 9e92cfd..149ab19 100644 --- a/roles/configuration/tasks/main.yml +++ b/roles/configuration/tasks/main.yml @@ -68,7 +68,7 @@ block: - name: Enable sshd when: os | lower == "archlinux" - command: arch-chroot /mnt systemctl enable sshd NetworkManager logrotate + command: arch-chroot /mnt systemctl enable sshd logrotate systemd-resolved systemd-timesyncd NetworkManager - name: Configure grub when: os | lower != "fedora" and os | lower != "almalinux" and os | lower != "rhel8" and os | lower != "rhel9"