Fix RST codeblock syntax in README

Change-Id: I3a2d669f9429cca37fea8192aeae3dff1603b852
This commit is contained in:
David Moreau Simard 2018-12-21 10:55:52 -05:00
parent 014d65a5fa
commit c7933f3425
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 1 additions and 1 deletions

View File

@ -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