You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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.
8 years ago
..
compile Docs how to test (2nd) (#24094) 9 years ago
integration Enforce `state='file'` in `copy` module 8 years ago
results Create bot friendly sanity output. (#22381) 9 years ago
runner Miscellaneous ansible-test fixes. (#28355) 8 years ago
sanity openbsd_pkg: Fix when failed, PEP8-compliant (#26018) 8 years ago
units Change network *_user modules to use configured_password to set a users password (#28187) 8 years ago
utils [passwordstore] Use builtin _random_password function instead of pwgen (#25843) 8 years ago