From 1cb753225c5a406fb9dfbc076ac8aac113180990 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 11 Feb 2021 13:10:02 -0500 Subject: [PATCH] added perf note to inc/imp diffs (#73371) --- docs/docsite/rst/user_guide/playbooks_reuse.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docsite/rst/user_guide/playbooks_reuse.rst b/docs/docsite/rst/user_guide/playbooks_reuse.rst index 8133716a685..bbd7118598f 100644 --- a/docs/docsite/rst/user_guide/playbooks_reuse.rst +++ b/docs/docsite/rst/user_guide/playbooks_reuse.rst @@ -125,6 +125,11 @@ Each approach to re-using distributed Ansible artifacts has advantages and limit ========================= ======================================== ======================================== + +.. note:: + * There are also big differences in resource consumption and performance, imports are quite lean and fast, while includes require a lot of management + and accounting. + Re-using tasks as handlers ==========================