ansible.posix/changelogs/fragments/161-fix-115_race_condition_in_mount_module.yml

6 lines
325 B
YAML

---
bugfixes:
- mount - fix a race condition that might result in unknown/unexpected fstab
state when running the module on several inventory hostnames adressing the
same host. Lock it with ansible.module_utils.common.file.FileLock.lock_file()
(https://github.com/ansible-collections/ansible.posix/issues/115).