Add p14 configuration

This commit is contained in:
Sonny Bakker 2026-02-24 19:46:53 +01:00
parent be2ed3c9bf
commit 5fe1764dbe
32 changed files with 332 additions and 14 deletions

View file

@ -51,6 +51,15 @@
state: touch
mode: "0644"
- name: Create pacman hooks directory
become: true
ansible.builtin.file:
path: "/etc/pacman.d/hooks"
owner: root
group: root
mode: "0644"
state: directory
- name: Copy systemd-boot pacman hook
become: true
ansible.builtin.template: