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/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.
4 years ago
..
defaults AnsibleModule.set_mode_if_different: handle symlink is in a sticky directory (#45198) 4 years ago
files Migrate Linux CI roles to test targets. (#17997) 8 years ago
meta test - add setup target that creates the nobody user (#52750) 6 years ago
tasks Let file module not change link to absolute when src not given (#65448) 4 years ago
aliases Testing: Add support for AIX platform (#65802) 5 years ago