From d8c22101fc16bc06d50779b53d634691ebcbcf00 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 a8dd1cb..26c2ad8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,7 +12,7 @@ This role installs and configures Zabbix Agent 2 for host monitoring. ## Key Variables | Variable | Default | Description | -|----------|---------|-------------| +| ---------- | --------- | ------------- | | `zabbix_agent_hostinterface` | `inventory_hostname` | Agent interface | | `zabbix_agent_hostname` | `inventory_hostname` | Host name in Zabbix | | `zabbix_agent_listen_port` | `10050` | Listen port | @@ -26,7 +26,7 @@ This role installs and configures Zabbix Agent 2 for host monitoring. ## Tags | Tag | Purpose | -|-----|---------| +| ----- | --------- | | `zabbix_agent_config` | Manage agent configuration | | `zabbix_agent_install` | Manage agent installation | | `zabbix_agent_prereq` | Manage prerequisites |