From c7933f3425f9681ffb9995d150e0e2b38d13ea4f Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 21 Dec 2018 10:55:52 -0500 Subject: [PATCH] Fix RST codeblock syntax in README Change-Id: I3a2d669f9429cca37fea8192aeae3dff1603b852 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0b3c8f3..fd355c3 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ The plugin directory location can also be retrieved in python:: callback_plugins = os.path.join(plugins, "callback") action_plugins = os.path.join(plugins, "action") -Here's what your Ansible and ARA configuration might look like in an ``ansible.cfg`` file: +Here's what your Ansible and ARA configuration might look like in an ``ansible.cfg`` file:: [defaults] # Note: This is an example, use "python -m ara.plugins" to determine the real path