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/changelogs/fragments/ansible-test-verify-executa...

7 lines
430 B
YAML

bugfixes:
- ansible-test - Temporary executables are now verified as executable after creation.
Without this check, path injected scripts may not be found,
typically on systems with ``/tmp`` mounted using the "noexec" option.
This can manifest as a missing Python interpreter, or use of the wrong Python interpreter, as well
as other error conditions.