From 3c107ef4dc9d077ea726bb0f783f7c3d51fbf111 Mon Sep 17 00:00:00 2001
From: Bogdan Dobrelya <bogdando@mail.ru>
Date: Mon, 9 Jan 2017 17:51:15 +0100
Subject: [PATCH] Fix docs formatting

Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
---
 docs/ansible.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/ansible.md b/docs/ansible.md
index 54dc11e66..0ecb8c3ee 100644
--- a/docs/ansible.md
+++ b/docs/ansible.md
@@ -48,8 +48,7 @@ etcd
 Group vars and overriding variables precedence
 ----------------------------------------------
 
-The group variables to control main deployment options are located in the directory
-```inventory/group_vars```.
+The group variables to control main deployment options are located in the directory ``inventory/group_vars``.
 
 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),
-- 
GitLab