ansible/test
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
..
ansible_test
integration Let file module not change link to absolute when src not given (#65448) 2021-03-01 15:14:03 +01:00
lib/ansible_test pylint sanity test: stop ignoring 'used-before-assignment' (#73639) 2021-02-18 12:36:28 -08:00
sanity Split Ansible docs from core docs (#73616) 2021-02-17 09:57:05 -06:00
support module compat for py3.8+ controller (#73423) 2021-02-10 21:32:59 -08:00
units Improve ArgumentSpecValidator unit tests (#73642) 2021-02-26 09:30:16 -05:00
utils/shippable module compat for py3.8+ controller (#73423) 2021-02-10 21:32:59 -08:00