Skip to content
Snippets Groups Projects

Pacman keyring init

Merged Amin Vakil requested to merge aminvakil/infrastructure:pacman_keyring_init into master
All threads resolved!
2 files
+ 21
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -169,5 +169,13 @@
register: chroot_pacman_clean_cache
changed_when: "chroot_pacman_clean_cache.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
- name: remove LOCK file on mountpoint
file: path=/mnt/LOCK state=absent
Loading