1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixing typo in developing modules doc

This commit is contained in:
James Cammarata 2016-09-08 14:29:46 -05:00
parent 516bb6deea
commit 1874d9e3eb

View file

@ -17,7 +17,7 @@ by :envvar:`ANSIBLE_LIBRARY` or the ``--module-path`` command line option.
By default, everything that ships with Ansible is pulled from its source tree, but
additional paths can be added.
The directory i:file:`./library`, alongside your top level :term:`playbooks`, is also automatically
The directory :file:`./library`, alongside your top level :term:`playbooks`, is also automatically
added as a search directory.
Should you develop an interesting Ansible module, consider sending a pull request to the