From c6a6e233c597bbcf554e448483cbafbe44054a36 Mon Sep 17 00:00:00 2001 From: Vipin Kumar Date: Mon, 20 Apr 2020 04:44:55 +0530 Subject: [PATCH] fix typo from ant to any --- docs/source/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 5d21c1cd7a..ddcd4c1473 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -59,7 +59,7 @@ This file defines the CLI flags this plugin exposes, its name and its type. Config section: * Plugin type can be one of the following: ``provision``, ``install``, ``test``, ``other``. * Entry point is the main playbook for the plugin. by default this will refer to main.yml file - but can be changed to ant other file. + but can be changed to any other file. * ``roles_path``: This is optional and it might be used when the plugin refers to a role which is introduced by that plugin. The ``roles_path`` then relatively