From 272541348b84dfed7f821083d145a61a1a09178a Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Mon, 17 Jun 2024 21:21:24 +0200 Subject: [PATCH] update docs --- docs/cluster_mgmt_with_sat_file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cluster_mgmt_with_sat_file.md b/docs/cluster_mgmt_with_sat_file.md index a97a956..f4b4729 100644 --- a/docs/cluster_mgmt_with_sat_file.md +++ b/docs/cluster_mgmt_with_sat_file.md @@ -59,7 +59,7 @@ session_templates: ### jinja2 template engine -While sat bootprep templating seems very simple, manta follows ansible approach and uses a jinja2 template engine. +While sat bootprep templating seems very simple, manta follows [ansible](https://www.ansible.com/) approach and uses a jinja2 template engine. ???+ warning "Using `-` in variable names is not recommended" A common mistake when dealing with jinja2 files is using `-` in variable names. This won't work since jinja will expand this as a math operator, to avoid this issue, try to use `_` instead.