From e9c3ea6a841d8b7a6b71f43ea55731a3c72b2453 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 5d449d6..7bef050 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,7 +12,7 @@ This role installs and configures Zabbix Server with MySQL/PostgreSQL backend an ## Key Variables | Variable | Default | Description | -|----------|---------|-------------| +| ---------- | --------- | ------------- | | `zabbix_server_db_name` | `zabbix` | Database name | | `zabbix_server_db_user` | `zabbix` | Database user | | `zabbix_server_db_pass` | `zabbixpass` | Database password | @@ -20,7 +20,7 @@ This role installs and configures Zabbix Server with MySQL/PostgreSQL backend an ## Tags | Tag | Purpose | -|-----|---------| +| ----- | --------- | | `zabbix_agent_install` | Manage server installation | | `zabbix_agent_config` | Manage server configuration |