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

Fix reST markup (#23536)

This commit is contained in:
Brett Cannon 2017-04-12 10:49:26 -07:00 committed by John R Barker
parent 902bc58509
commit ece2aa2d5f

View file

@ -15,7 +15,7 @@ Testing Python 3 with commands and playbooks
* `Install Ansible 2.2+ <http://docs.ansible.com/ansible/intro_installation.html>`_ * `Install Ansible 2.2+ <http://docs.ansible.com/ansible/intro_installation.html>`_
* To test Python 3 on the controller, run your ansible command via * To test Python 3 on the controller, run your ansible command via
`python3`. For example: ``python3``. For example:
.. code-block:: shell .. code-block:: shell
@ -62,7 +62,7 @@ What to do if an incompatibility is found
If you find a bug while testing modules with Python3 you can submit a bug If you find a bug while testing modules with Python3 you can submit a bug
report on `Ansible's GitHub project report on `Ansible's GitHub project
<https://github.com/ansible/ansible/issues/>_`. Be sure to mention Python3 in <https://github.com/ansible/ansible/issues/>`_. Be sure to mention Python3 in
the bug report so that the right people look at it. the bug report so that the right people look at it.
If you would like to fix the code and submit a pull request on github, you can If you would like to fix the code and submit a pull request on github, you can