ansible/test/integration/targets/file
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
..
defaults AnsibleModule.set_mode_if_different: handle symlink is in a sticky directory (#45198) 2020-12-04 14:21:51 -05:00
files
meta
tasks Let file module not change link to absolute when src not given (#65448) 2021-03-01 15:14:03 +01:00
aliases Testing: Add support for AIX platform (#65802) 2020-01-29 15:56:51 -08:00