diff options
author | Matt Clay <matt@mystile.com> | 2021-03-10 04:28:28 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-03-10 18:00:12 +0100 |
commit | 15064c7a4246216a135498720959673d68b5871a (patch) | |
tree | 3a972b7753886e06dac27472626c299898caa617 /changelogs | |
parent | Unify additional info + WYSIWYG as optional input in the documentation report... (diff) | |
download | ansible-15064c7a4246216a135498720959673d68b5871a.tar.xz ansible-15064c7a4246216a135498720959673d68b5871a.zip |
Update `resource_prefix` syntax for ansible-test.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/ansible-test-resource-prefix.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-resource-prefix.yml b/changelogs/fragments/ansible-test-resource-prefix.yml new file mode 100644 index 0000000000..15b4b9f1ee --- /dev/null +++ b/changelogs/fragments/ansible-test-resource-prefix.yml @@ -0,0 +1,4 @@ +minor_changes: + - ansible-test - The generated ``resource_prefix`` variable now meets the host name syntax requirements specified in RFC 1123 and RFC 952. + The value used for local tests now places the random number before the hostname component, rather than after. + If the resulting value is too long, it will be truncated. |