diff options
author | spyinx <166288294+spyinx@users.noreply.github.com> | 2024-11-05 17:05:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 17:05:21 +0100 |
commit | 9cdd6e58b339317cc3dd17b0d5919eb6ee49f722 (patch) | |
tree | 88b74a21923eea82dd98817e3a56fd2f0e4f0281 /changelogs/fragments | |
parent | Removed deprecated STRING_CONVERSION_ACTION (#84245) (diff) | |
download | ansible-9cdd6e58b339317cc3dd17b0d5919eb6ee49f722.tar.xz ansible-9cdd6e58b339317cc3dd17b0d5919eb6ee49f722.zip |
Fixed ipv6 pattern in parse_address (#84237)
Diffstat (limited to 'changelogs/fragments')
-rw-r--r-- | changelogs/fragments/fix-ipv6-pattern.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/fix-ipv6-pattern.yml b/changelogs/fragments/fix-ipv6-pattern.yml new file mode 100644 index 0000000000..48b1815052 --- /dev/null +++ b/changelogs/fragments/fix-ipv6-pattern.yml @@ -0,0 +1,2 @@ +bugfixes: + - Fix ipv6 pattern bug in lib/ansible/parsing/utils/addresses.py (https://github.com/ansible/ansible/issues/84237)
\ No newline at end of file |