From 11185bef66393a3c5896b73c6c634e2115453a17 Mon Sep 17 00:00:00 2001 From: Johannes Erwerle Date: Mon, 22 Jan 2024 06:45:47 +0100 Subject: [PATCH] fixed wrong caption level for plugin documentation --- docs/plugins/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 41a95269..32571105 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -78,7 +78,7 @@ A transform function is a plugin that manipulates the inventory independently fr During inventory initialization, the transform function will be called in a for loop for each host. The transform function takes a host object as the first parameter and additional keyword arguments as specified in the `config.inventory.transform_function_options` dictionary. Runners -_______ +------- A runner is a plugin that dictates how to execute the tasks over the hosts