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

use copy instead of template

fix destination
parent f6e79a1d
No related branches found
No related tags found
No related merge requests found
Pipeline #11892 passed
......@@ -151,7 +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
copy: src=pacman-init.service dest=/mnt/etc/systemd/system/ owner=root group=root mode=0644
- name: remove generated keyring in the installation process
file: path=/mnt/etc/pacman.d/gnupg state=absent
......
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