Shorted generic- to gen-

This commit is contained in:
2025-07-09 03:55:24 +02:00
parent 8c411a21c7
commit 94bb060a5b
123 changed files with 96 additions and 96 deletions

View File

@@ -6,7 +6,7 @@ This Ansible role sends periodic health check emails using **msmtp** to verify t
## Overview
Optimized for Archlinux, this role creates the required directory structure, installs and configures the mon-bot-check script, and integrates with the **alert-telegram** role. It uses the **generic-timer** role to schedule regular checks based on your customizable `OnCalendar` setting.
Optimized for Archlinux, this role creates the required directory structure, installs and configures the mon-bot-check script, and integrates with the **alert-telegram** role. It uses the **gen-timer** role to schedule regular checks based on your customizable `OnCalendar` setting.
## Purpose

View File

@@ -20,8 +20,8 @@
set_fact:
service_name: "{{ role_name }}"
- name: include role for generic-timer for {{ service_name }}
- name: include role for gen-timer for {{ service_name }}
include_role:
name: generic-timer
name: gen-timer
vars:
on_calendar: "{{ on_calendar_health_msmtp }}"