feat: add option to prepare iscsid to support storage providers #2

Merged
xoxys merged 3 commits from setup-iscsid into main 2023-01-10 08:42:14 +01:00
Showing only changes of commit ed9aff8212 - Show all commits

View File

@ -5,5 +5,5 @@
- include_tasks: init.yml
when: k3s_server | bool
- include_tasks: setup.yml
- incluse_tasks: iscsi.yml
- include_tasks: iscsi.yml
when: k3s_iscsi_enabled | bool