From 25d51d3de3eacebd8ce61ffedc7fd967f1a11cf1 Mon Sep 17 00:00:00 2001
From: Slavi Pantaleev <slavi@devture.com>
Date: Wed, 8 Apr 2020 16:46:41 +0300
Subject: [PATCH] Fix typo

---
 docs/self-building.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/self-building.md b/docs/self-building.md
index 6b9a46d49..bef358521 100644
--- a/docs/self-building.md
+++ b/docs/self-building.md
@@ -4,7 +4,7 @@ The playbook supports the self-building of some of its components. This may be u
 
 To use these modification there is a variable that needs to be switched to enable this functionality. Add this to your `vars.yaml` file:
 ```yaml
-matrix_container_images_self_build = true
+matrix_container_images_self_build: true
 ```
 Setting that variable will self-build every role which supports self-building. Self-building can be set on a per-role basis as well.