Add p14 configuration
This commit is contained in:
parent
be2ed3c9bf
commit
5fe1764dbe
32 changed files with 332 additions and 14 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue