From ad80e09ac5883f709820bde8c30a4866ff635695 Mon Sep 17 00:00:00 2001
From: Vladimir Rutsky <vladimir@rutsky.org>
Date: Wed, 1 Mar 2017 17:50:28 +0400
Subject: [PATCH] fix inline verbatim blocks formatting in markdown

---
 docs/ansible.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/ansible.md b/docs/ansible.md
index 19b964317..eb8a60769 100644
--- a/docs/ansible.md
+++ b/docs/ansible.md
@@ -67,9 +67,9 @@ Group vars and overriding variables precedence
 ----------------------------------------------
 
 The group variables to control main deployment options are located in the directory ``inventory/group_vars``.
-Optional variables are located in the ```inventory/group_vars/all.yml```.
+Optional variables are located in the `inventory/group_vars/all.yml`.
 Mandatory variables that are common for at least one role (or a node group) can be found in the
-```inventory/group_vars/k8s-cluster.yml```.
+`inventory/group_vars/k8s-cluster.yml`.
 There are also role vars for docker, rkt, kubernetes preinstall and master roles.
 According to the [ansible docs](http://docs.ansible.com/ansible/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable),
 those cannot be overriden from the group vars. In order to override, one should use
-- 
GitLab