From f533aad0faa250c81e430d5f865b169dd6ce77c3 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 22 Feb 2026 08:19:59 +0100 Subject: [PATCH] fix: add language tags to remaining bare code fences --- topics/ansible-inventory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/ansible-inventory.md b/topics/ansible-inventory.md index e30c770..0a5c415 100644 --- a/topics/ansible-inventory.md +++ b/topics/ansible-inventory.md @@ -63,7 +63,7 @@ all: ## Directory Layout -``` +```text inventory/ ├── hosts.yml # Host definitions ├── group_vars/ @@ -82,7 +82,7 @@ inventory/ ### Multiple Environments -``` +```text inventories/ ├── staging/ │ ├── hosts.yml