ansible/test/integration/targets/copy/tasks
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
..
dest_in_non_existent_directories.yml copy: clearer parameter values (tests) 2017-08-13 08:22:22 -07:00
main.yml Cause copy module to fail on empty string as source (#27975) 2017-08-15 12:41:16 -04:00
src_file_dest_file_in_non_existent_dir.yml copy: clearer parameter values (tests) 2017-08-13 08:22:22 -07:00
tests.yml Enforce state='file' in copy module 2017-08-17 18:16:17 -07:00