summaryrefslogtreecommitdiff
path: root/changelogs/fragments/ansible-test-verify-executables.yml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/ansible-test-verify-executables.yml')
-rw-r--r--changelogs/fragments/ansible-test-verify-executables.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-verify-executables.yml b/changelogs/fragments/ansible-test-verify-executables.yml
new file mode 100644
index 0000000000..a1eff95d09
--- /dev/null
+++ b/changelogs/fragments/ansible-test-verify-executables.yml
@@ -0,0 +1,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.