style: align markdown table formatting for MD060 compliance
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 18:26:21 +02:00
commit d8c22101fc

View file

@ -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 |