Added fan role

This commit is contained in:
2026-08-26 07:55:40 +02:00
parent a668fb269a
commit 75f68198ce
4 changed files with 29 additions and 9 deletions
-4
View File
@@ -10,8 +10,6 @@
Server = https://github.com/MastaG/linux-cachyos-bc250/releases/download/repo
register: pacman_repo
# Full upgrade first: installing from a freshly added repo without -Syu
# would be a partial upgrade.
- name: Perform a full system upgrade
become: true
community.general.pacman:
@@ -68,8 +66,6 @@
ansible.builtin.setup:
filter: ansible_kernel
# Guards the removal below: never drop deckify unless we are already
# running the BC-250 kernel.
- name: Make sure the BC-250 kernel is the running one
ansible.builtin.assert:
that: "'bc250' in ansible_kernel"