Revert "Use locking for concurrent file access (#52567)" (#54547)

This reverts commit e152b277cf.
This commit is contained in:
Sam Doran
2019-03-28 13:19:49 -04:00
committed by Brian Coca
parent ee10551c7d
commit 023c5167fd
9 changed files with 224 additions and 362 deletions

View File

@@ -1,3 +0,0 @@
bugfixes:
- change file locking implementation from a class to context manager to allow easy and safe concurrent file access by modules
- lineinfile - lock on concurrent file access (https://github.com/ansible/ansible/issues/30413)