ansible/test/integration/targets/copy
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
..
defaults Copy module: improve tests allowing to use a managed host which isn't the controller host (#25672) 2017-07-31 22:07:22 -07:00
files Add a directory walker to copy 2017-07-20 08:01:29 -07:00
meta
tasks Enforce state='file' in copy module 2017-08-17 18:16:17 -07:00
aliases Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00