e804fccf1c
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.
2 lines
No EOL
145 B
YAML
2 lines
No EOL
145 B
YAML
bugfixes:
|
|
- file - prevent link src from being rewritten when src is not specified explicitly (https://github.com/ansible/ansible/issues/65448) |