Skip to content

Commit 12e53bd

Browse files
committed
change lexer names to fix ci
1 parent fbb66f2 commit 12e53bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docsite/rst/dev_guide/developing_collections_distributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ For example, to exclude the :file:`sensitive` folder within the ``playbooks`` fo
220220
221221
By default, the ``MANIFEST.in`` style directives would exclude all files by default, but there are default directives in place. Those default directives are described below. To see the directives in use during build, pass ``-vvv`` with the ``ansible-galaxy collection build`` command.
222222

223-
.. code-block:: manifest
223+
.. code-block:: text
224224
225225
include meta/*.yml
226226
include *.txt *.md *.rst COPYING LICENSE

docs/docsite/rst/os_guide/intro_bsd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The playbook below
157157
158158
displays the details
159159

160-
.. code-block:: ansible-output
160+
.. code-block:: text
161161
162162
shell> ANSIBLE_STDOUT_CALLBACK=yaml ansible-playbook -i hosts playbook.yml
163163

0 commit comments

Comments
 (0)