Skip to content
Snippets Groups Projects
Commit 485466ab authored by nimrod's avatar nimrod
Browse files

- Corrected code block markup.

parent 64bd8b87
No related branches found
No related tags found
No related merge requests found
...@@ -6,18 +6,22 @@ A repository of Ansible modules. ...@@ -6,18 +6,22 @@ A repository of Ansible modules.
Installation Installation
------------ ------------
To use these modules, add a git submodule under the ``library`` directory at the To use these modules, add a git submodule under the :code:`library` directory
root of the playbooks directory:: at the root of the playbooks directory
.. code:: shell
mkdir library mkdir library
touch library/__init__.py touch library/__init__.py
git submodule add https://www.shore.co.il/cgit/ansible-modules library/shore git submodule add https://www.shore.co.il/cgit/ansible-modules library/shore
To update the submodule :: To update the submodule
.. code:: shell
git submodule update --remote library/shore git submodule update --remote library/shore
Remember to commit ``.gitmodules``! Remember to commit :code:`.gitmodules`!
Modules Modules
------- -------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment