summaryrefslogtreecommitdiff
path: root/changelogs/fragments/ansible-test-verify-executables.yml
blob: a1eff95d095ab4a663d94b67e124bbebbbbb8a95 (plain)
1
2
3
4
5
6
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.