Skip to content

Commit

Permalink
Fix typos in test plugins page (#244) (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxwell G <[email protected]>
(cherry picked from commit 1dcc2d2)

Co-authored-by: Eric L <[email protected]>
  • Loading branch information
patchback[bot] and ericzolf authored Aug 4, 2023
1 parent e3343c9 commit 4b1520d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docsite/rst/plugins/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Test plugins
:local:
:depth: 2

Test plugins evaluate template expressions and return True or False. With test plugins you can create :ref:`conditionals <playbooks_conditionals>` to implement the logic of your tasks, blocks, plays, playbooks, and roles. Ansible uses the `standard tests `_ shipped as part of Jinja, and adds some specialized test plugins. You can :ref:`create custom Ansible test plugins <developing_test_plugins>`.
Test plugins evaluate template expressions and return True or False. With test plugins you can create :ref:`conditionals <playbooks_conditionals>` to implement the logic of your tasks, blocks, plays, playbooks, and roles. Ansible uses the `standard tests <https://jinja.palletsprojects.com/en/latest/templates/#builtin-tests>`_ shipped as part of Jinja and adds some specialized test plugins. You can :ref:`create custom Ansible test plugins <developing_test_plugins>`.


.. _enabling_test:
Expand Down Expand Up @@ -77,7 +77,7 @@ As mentioned above, one way to use tests is with the ``select`` family of filter
Plugin list
-----------

You can use ``ansible-doc -t filter -l`` to see the list of available plugins. Use ``ansible-doc -t filter <plugin name>`` to see specific documents and examples.
You can use ``ansible-doc -t test -l`` to see the list of available plugins. Use ``ansible-doc -t test <plugin name>`` to see specific documents and examples.



Expand Down

0 comments on commit 4b1520d

Please sign in to comment.