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
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
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 5 years ago
integration Let file module not change link to absolute when src not given (#65448) 4 years ago
lib/ansible_test pylint sanity test: stop ignoring 'used-before-assignment' (#73639) 4 years ago
sanity Split Ansible docs from core docs (#73616) 4 years ago
support module compat for py3.8+ controller (#73423) 4 years ago
units Improve ArgumentSpecValidator unit tests (#73642) 4 years ago
utils/shippable module compat for py3.8+ controller (#73423) 4 years ago