mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
* Use locking for concurrent file access This implements locking to be used for modules that are used for concurrent file access, like lineinfile or known_hosts. * Reinstate lock_timeout This commit includes: - New file locking infrastructure for modules - Enable timeout tests - Madifications to support concurrency with lineinfile * Rebase, update changelog and tests We need to specify ansible_python_interpreter to avoid running interpreter discovery and selecting the incorrect interpreter. Remove the import of lock in known_hosts since it is not used. |
||
---|---|---|
.. | ||
text | ||
__init__.py | ||
_collections_compat.py | ||
_json_compat.py | ||
_utils.py | ||
collections.py | ||
dict_transformations.py | ||
file.py | ||
network.py | ||
parameters.py | ||
process.py | ||
removed.py | ||
sys_info.py | ||
validation.py |