From 4e860f77256ddb48113ad8ad1c912fe9a4e60352 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 18 May 2026 18:26:21 +0200 Subject: [PATCH] style: align markdown table formatting for MD060 compliance --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 22b8203..424eb8a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,7 +12,7 @@ This role installs and configures Zabbix Proxy for centralized monitoring data c ## Key Variables | Variable | Default | Description | -|----------|---------|-------------| +| ---------- | --------- | ------------- | | `zabbix_proxy_psk_id` | (required) | PSK identity | | `zabbix_proxy_psk` | (required) | PSK secret | | `zabbix_server_host` | `zabbix.siempie.internal` | Zabbix server address | @@ -20,7 +20,7 @@ This role installs and configures Zabbix Proxy for centralized monitoring data c ## Tags | Tag | Purpose | -|-----|---------| +| ----- | --------- | | `zabbix_proxy_install` | Manage proxy installation | | `zabbix_proxy_config` | Manage proxy configuration |