Enable systemd-resolved and systemd-timesyncd services for ArchLinux
This commit is contained in:
parent
cc118274a3
commit
48b5f602fa
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user