blob: 1e1c87228835cc207512dd96c31c76cf57ab1deb [file] [log] [blame]
vexxhost-bot890058e2024-10-04 19:47:21 -04001# SPDX-License-Identifier: Apache-2.0
2
3- name: Ensure iscsid is started
4 ansible.builtin.service:
5 name: iscsid
6 state: started