Files
community.general/changelogs/fragments/11657-open-iscsi-ipv6.yml
Alexei Znamensky d48e767e1e open_iscsi: support IPv6 portals (#11657)
* fix(modules/open_iscsi): support IPv6 portals

* add changelog frag
2026-03-23 06:47:40 +01:00

6 lines
319 B
YAML

bugfixes:
- open_iscsi - fix IPv6 portal address formatting; iscsiadm requires bracket
notation for IPv6 addresses but the module was producing an incorrect format
(https://github.com/ansible-collections/community.general/issues/4467,
https://github.com/ansible-collections/community.general/pull/11657).