mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Doc fix in intro_installation.rst
Missing code block
This commit is contained in:
parent
ffee9a8fe0
commit
88e08cb54d
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ Ansible also uses the following Python modules that need to be installed::
|
|||
Note when updating ansible, be sure to not only update the source tree, but also the "submodules" in git
|
||||
which point at Ansible's own modules (not the same kind of modules, alas).
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git pull --rebase
|
||||
$ git submodule update
|
||||
|
||||
|
|
Loading…
Reference in a new issue