Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation

This commit is contained in:
2025-07-08 23:43:13 +02:00
parent 6b87a049d4
commit 563d5fd528
1242 changed files with 2301 additions and 1355 deletions

View File

@@ -20,7 +20,7 @@ The `vendor_and_product_id` variable is required and should be set to the vendor
## Dependencies
- `system-aur-helper`
- `generic-aur-helper`
## Example Playbook

View File

@@ -8,5 +8,5 @@ galaxy_info:
versions:
- all
dependencies:
- system-aur-helper
- systemd-notifier
- generic-aur-helper
- alert-core

View File

@@ -25,9 +25,9 @@
set_fact:
service_name: "{{ role_name }}"
- name: "include role for systemd-timer for {{service_name}}"
- name: "include role for generic-timer for {{service_name}}"
include_role:
name: systemd-timer
name: generic-timer
vars:
on_calendar: "{{on_calendar_msi_keyboard_color}}"
persistent: "true"

View File

@@ -1,6 +1,6 @@
[Unit]
Description=Keyboard Color Service
OnFailure=systemd-notifier.cymais@%n.service
OnFailure=alert-core.cymais@%n.service
[Service]
Type=oneshot