mirror of https://github.com/ansible/ansible.git
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.
pull/80055/head
parent
fe2732b91e
commit
e6cffce0eb
@ -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
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
one-part
|
||||||
|
two_part
|
||||||
Loading…
Reference in New Issue