You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/add_file_lock_feature.yaml

6 lines
203 B
YAML

---
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)