Simple file locking feature (#42024)

* class for file locking feature
This commit is contained in:
Andreas Calminder
2018-07-10 23:13:27 +02:00
committed by Toshio Kuratomi
parent 2d6bb2500e
commit 577e66660d
2 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
minor_changes:
- File locking feature added, making it possible to gain exclusive access
to given file through module_utils.common.file.FileLock
(https://github.com/ansible/ansible/issues/29962)