summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-02-02 09:21:38 +0100
committerGitHub <noreply@github.com>2023-02-02 09:21:38 +0100
commitd48d1c23df171074e799717e824a8c5ace470643 (patch)
tree5fbb19190e65576195776997edfa6f16646b0191 /changelogs
parentRemove unused unit test code (#79879) (diff)
downloadansible-d48d1c23df171074e799717e824a8c5ace470643.tar.xz
ansible-d48d1c23df171074e799717e824a8c5ace470643.zip
ansible-test - Specify config path in plugin error (#79881)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-test-plugin-error-message.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-test-plugin-error-message.yml b/changelogs/fragments/ansible-test-test-plugin-error-message.yml
new file mode 100644
index 0000000000..f510425a13
--- /dev/null
+++ b/changelogs/fragments/ansible-test-test-plugin-error-message.yml
@@ -0,0 +1,3 @@
+minor_changes:
+ - "ansible-test - Specify the configuration file location required by test plugins when the config file is not found.
+ This resolves issue: https://github.com/ansible/ansible/issues/79411"