ansible/changelogs
Dag Wieers e152b277cf Use locking for concurrent file access (#52567)
* 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.
2019-03-27 20:20:18 -04:00
..
fragments Use locking for concurrent file access (#52567) 2019-03-27 20:20:18 -04:00
CHANGELOG.rst fix RPM builds with placeholder CHANGELOG 2018-05-30 16:47:48 -07:00
config.yaml Implement new changelog generator. 2018-06-05 19:08:15 -07:00
gcp-compute-add-image.yaml Bugfix/52688 gcp compute missing image (#54468) 2019-03-27 17:14:20 -04:00
user-read-passwd-when-local.yaml User module - Check local database when local is specified in the task (#51088) 2019-03-14 22:16:53 -04:00