mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add rstcheck to ansible-test and correct issues. (#23550)
* Add rstcheck to ansible-test. * Fix rst code-block languages and syntax errors. * Fix rst inline literals. * Update python 2 code block to pass tests on py 3.
This commit is contained in:
@@ -151,7 +151,7 @@ talk to the remote network device. This generally means that there is an authent
|
||||
|
||||
For example:
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: none
|
||||
|
||||
TASK [prepare_eos_tests : enable cli on remote device] **************************************************
|
||||
fatal: [veos01]: FAILED! => {"changed": false, "failed": true, "msg": "unable to open shell"}
|
||||
@@ -160,7 +160,7 @@ For example:
|
||||
or:
|
||||
|
||||
|
||||
.. code-block:: yaml
|
||||
.. code-block:: none
|
||||
|
||||
TASK [ios_system : configure name_servers] *************************************************************
|
||||
task path:
|
||||
|
||||
Reference in New Issue
Block a user