open_iscsi: support IPv6 portals (#11657)

* fix(modules/open_iscsi): support IPv6 portals

* add changelog frag
This commit is contained in:
Alexei Znamensky
2026-03-23 18:47:40 +13:00
committed by GitHub
parent b85a168716
commit d48e767e1e
4 changed files with 376 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
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).