You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
358 B

---
- name: Clone theme repository.
git:
repo: https://github.com/xenlism/Grub-themes
dest: /tmp/Grub-themes
clone: true
version: main
- name: Copy theme to grub.
copy:
src: /tmp/Grub-themes/xenlism-grub-arch-1080p/Xenlism-Arch
remote_src: true
dest: /mnt/usr/share/grub/themes
owner: root
group: root
mode: 0755