mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
6 lines
325 B
YAML
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).
|