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"