Skip to content
Snippets Groups Projects
Commit 7102d90e authored by Kristian Klausen's avatar Kristian Klausen :tada: Committed by Amin Vakil
Browse files

use "one-liner" syntax

parent f50341b1
No related branches found
No related tags found
No related merge requests found
Pipeline #11888 passed
......@@ -151,12 +151,7 @@
changed_when: "chroot_grub_mkconfig.rc == 0"
- name: setup pacman-init.service on first boot
template:
src: pacman-init.service
dest: /etc/systemd/system/pacman-init.service
owner: root
group: root
mode: 0644
template: src=pacman-init.service dest=/etc/systemd/system/pacman-init.service owner=root group=root mode=0644
- name: enable services inside chroot
command: chroot /mnt systemctl enable sshd systemd-networkd systemd-resolved fstrim.timer pacman-init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment