added perf note to inc/imp diffs (#73371)

This commit is contained in:
Brian Coca 2021-02-11 13:10:02 -05:00 committed by GitHub
parent 4334957e2c
commit 1cb753225c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 Re-using tasks as handlers
========================== ==========================