From d805ec8a679d74312246f58c1778273aceb6960e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 24 Jan 2017 13:33:15 +0200 Subject: [PATCH] - Corrected code block. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3eccb30..441f532 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ And run :code:`pre-commit autoupdate` to update the hooks. In case your testing or at :code:`/etc/ansible/roles` you need to declare the roles search path in :code:`ansible.cfg` in the root of the repo like so: -.. code: +.. code:: [defaults] roles_path=path/to/roles/directory:path/to/another/roles/directory -- GitLab