Add script to update grub

This commit is contained in:
Przemek Grondek 2024-02-08 10:34:39 +01:00
parent 05fc8859fa
commit 6a3110357f
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
grub-mkconfig -o /boot/grub/grub.cfg

View File

@ -114,6 +114,14 @@
state: present
name: com.usebottles.bottles
- name: copy scripts
become: yes
copy:
src: "usr/local/sbin/{{item}}"
dest: "/usr/local/sbin/{{item}}"
mode: '0755'
loop:
- update-grub
- import_tasks: audio.yml
- import_tasks: bluetooth.yml