Ran ansible-lint
This commit is contained in:
parent
92f761f4bb
commit
43d470edf3
33 changed files with 343 additions and 317 deletions
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
packages:
|
||||
- nftables
|
||||
- tmux
|
||||
|
|
@ -43,16 +44,16 @@ packages:
|
|||
- lib32-nvidia-utils
|
||||
|
||||
mkinitcpio_templates:
|
||||
- src: 'templates/xps/mkinitcpio/1-modules.conf.j2'
|
||||
dest: '/etc/mkinitcpio.conf.d/1-modules.conf'
|
||||
- src: "templates/xps/mkinitcpio/1-modules.conf.j2"
|
||||
dest: "/etc/mkinitcpio.conf.d/1-modules.conf"
|
||||
|
||||
- src: 'templates/xps/mkinitcpio/2-hooks.conf.j2'
|
||||
dest: '/etc/mkinitcpio.conf.d/2-hooks.conf'
|
||||
- src: "templates/xps/mkinitcpio/2-hooks.conf.j2"
|
||||
dest: "/etc/mkinitcpio.conf.d/2-hooks.conf"
|
||||
|
||||
- src: 'templates/xps/mkinitcpio/linux.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux.preset'
|
||||
- src: "templates/xps/mkinitcpio/linux.preset.j2"
|
||||
dest: "/etc/mkinitcpio.d/linux.preset"
|
||||
|
||||
- src: 'templates/xps/mkinitcpio/linux-lts.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux-lts.preset'
|
||||
- src: "templates/xps/mkinitcpio/linux-lts.preset.j2"
|
||||
dest: "/etc/mkinitcpio.d/linux-lts.preset"
|
||||
|
||||
wezterm_font_size: 11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue