summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-02-20 17:54:34 -0800
committerMatt Clay <matt@mystile.com>2023-03-14 17:47:16 -0700
commitb1199e6a46d57e30a12554249b8abf4123a73e28 (patch)
tree87724bb0016770b5582fb1c566370e033c5a6c5d /changelogs
parentd36f52614d15d763f9be95abdb2da5488ad2ceb5 (diff)
downloadansible-b1199e6a46d57e30a12554249b8abf4123a73e28.tar.gz
[stable-2.14] ansible-test - Allow target prefixes to use `_` (#80021)
Integration test target prefixes defined in a `tests/integration/target-prefixes.{group}` file can now contain an underscore (`_`) character. (cherry picked from commit e6cffce0eb58ba54c097f4ce7111bb97e6805051) Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-integration-target-prefixes.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-integration-target-prefixes.yml b/changelogs/fragments/ansible-test-integration-target-prefixes.yml
new file mode 100644
index 0000000000..9a31a0ac9c
--- /dev/null
+++ b/changelogs/fragments/ansible-test-integration-target-prefixes.yml
@@ -0,0 +1,4 @@
+bugfixes:
+ - ansible-test - Integration test target prefixes defined in a ``tests/integration/target-prefixes.{group}`` file
+ can now contain an underscore (``_``) character.
+ Resolves issue https://github.com/ansible/ansible/issues/79225