summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-02-10 14:56:54 -0800
committerGitHub <noreply@github.com>2023-02-10 14:56:54 -0800
commit696b7936a9d4d3ea5f3f7e06fbf3aa170c0eef21 (patch)
tree7964e3f4fc15cc532ce105452243d41f7c17efc8 /changelogs
parent522019c3174dd663ba59a537fcf4bd29ab05e11b (diff)
downloadansible-696b7936a9d4d3ea5f3f7e06fbf3aa170c0eef21.tar.gz
[stable-2.13] ansible-test - Specify config path in plugin error (#79881) (#79978)
(cherry picked from commit d48d1c23df171074e799717e824a8c5ace470643)
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"