open_iscsi: Make targets optional for a portal login (#8719)

* Make targets optional for a portal login

* Add changelog

* Fix check_rc variable

* Fix idempotence

* Fix linting

* PR fixes

* Linter fixes

* PR fixes

* Change variable name
This commit is contained in:
alexander
2024-10-03 15:39:17 +03:00
committed by GitHub
parent 5d9a7ab240
commit 92df5e8fec
2 changed files with 66 additions and 30 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- open_iscsi - allow login to a portal with multiple targets without specifying any of them (https://github.com/ansible-collections/community.general/pull/8719).