mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
4cbe610263
>>> timeit.timeit("uuid.uuid4()", setup="import uuid") 9.518647909164429 >>> timeit.timeit("get_unique_id()", setup="from __main__ import get_unique_id") 0.40436601638793945 This will mainly be beneficial when a very large inventory is being used, however it may also help with some very large playbooks. |
||
---|---|---|
.. | ||
role | ||
__init__.py | ||
attribute.py | ||
base.py | ||
become.py | ||
block.py | ||
conditional.py | ||
handler.py | ||
handler_task_include.py | ||
helpers.py | ||
included_file.py | ||
loop_control.py | ||
play.py | ||
play_context.py | ||
playbook_include.py | ||
role_include.py | ||
taggable.py | ||
task.py | ||
task_include.py |