ansible/test/integration/targets/file/tasks
Alexander Sowitzki e804fccf1c Let file module not change link to absolute when src not given (#65448)
The file module changes existing sym links from relative to absolute
if the src is not stated in the tasks since it uses `os.path.realpath`
to fetch the link source and not `os.readlink`. Changed that.
2021-03-01 15:14:03 +01:00
..
diff_peek.yml
directory_as_dest.yml Add pause to avoid same mtime in test. 2020-09-02 15:35:08 -07:00
initialize.yml
link_rewrite.yml Let file module not change link to absolute when src not given (#65448) 2021-03-01 15:14:03 +01:00
main.yml Let get_file_attributes() work without lsattr -v (#71845) 2020-09-22 16:15:47 -05:00
selinux_tests.yml
state_link.yml Let file module not change link to absolute when src not given (#65448) 2021-03-01 15:14:03 +01:00
unicode_path.yml