1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test
Mehran Kholdi ecfa7f696d Enforce state='file' in copy module
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.
2017-08-17 18:16:17 -07:00
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration Enforce state='file' in copy module 2017-08-17 18:16:17 -07:00
results Create bot friendly sanity output. (#22381) 2017-03-07 14:59:50 -08:00
runner Miscellaneous ansible-test fixes. (#28355) 2017-08-17 12:04:43 -07:00
sanity openbsd_pkg: Fix when failed, PEP8-compliant (#26018) 2017-08-17 18:20:02 -04:00
units Change network *_user modules to use configured_password to set a users password (#28187) 2017-08-17 19:06:44 +05:30
utils [passwordstore] Use builtin _random_password function instead of pwgen (#25843) 2017-08-14 15:19:40 -07:00