mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ecfa7f696d
This was causing wrong behaviour when `prev_state` was `hard`-link, since the `file` module tried to apply the same `state` on the new file, causing unexpected errors. Particularly, both `overlay` and `devicemapper` storage drivers in docker use hardlinks to share files between layers. This causes most ansible playbooks to fail when working with files from layers below. |
||
---|---|---|
.. | ||
dest_in_non_existent_directories.yml | ||
main.yml | ||
src_file_dest_file_in_non_existent_dir.yml | ||
tests.yml |