Skip to content
Snippets Groups Projects
Verified Commit 7ab7da7e authored by Amin Vakil's avatar Amin Vakil
Browse files

remove generated keyring in the installation process

parent 7102d90e
No related branches found
No related tags found
No related merge requests found
Pipeline #11889 passed
......@@ -153,6 +153,9 @@
- 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
- name: remove generated keyring in the installation process
file: path=/mnt/etc/pacman.d/gnupg state=absent
- name: enable services inside chroot
command: chroot /mnt systemctl enable sshd systemd-networkd systemd-resolved fstrim.timer pacman-init
register: chroot_systemd_services
......
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