From 4b1520dad83b1115f2807a92ce7fc09572a8c330 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:03:27 -0400 Subject: [PATCH] Fix typos in test plugins page (#244) (#248) Co-authored-by: Maxwell G (cherry picked from commit 1dcc2d26eaad95359ed146d796405190d444b189) Co-authored-by: Eric L --- docs/docsite/rst/plugins/test.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/plugins/test.rst b/docs/docsite/rst/plugins/test.rst index 7922c122f77..8f898af5d27 100644 --- a/docs/docsite/rst/plugins/test.rst +++ b/docs/docsite/rst/plugins/test.rst @@ -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 ` 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 `. +Test plugins evaluate template expressions and return True or False. With test plugins you can create :ref:`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 `. .. _enabling_test: @@ -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 `` 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 `` to see specific documents and examples.