commit | 287764468c489adcf56396163680b1a1ef2cce5c | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Fri Oct 04 19:41:46 2024 -0400 |
committer | GitHub <noreply@github.com> | Fri Oct 04 23:41:46 2024 +0000 |
tree | 98fd026abe2557174946f4804a008f1e80a2ac7a | |
parent | 345787b6b75705045496e6b347e8d45755ed05db [diff] [blame] |
[ATMOSPHERE-348] fix: Ensure iscsid starts (#1961) This is an automated cherry-pick of #1874 /assign ricolin
diff --git a/roles/iscsi/tasks/main.yml b/roles/iscsi/tasks/main.yml new file mode 100644 index 0000000..1e1c872 --- /dev/null +++ b/roles/iscsi/tasks/main.yml
@@ -0,0 +1,6 @@ +# SPDX-License-Identifier: Apache-2.0 + +- name: Ensure iscsid is started + ansible.builtin.service: + name: iscsid + state: started