summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/storage_plugins/iscsi.yml
blob: ece68dc71e7603b53e7873d87baaa67d65282347 (plain)
1
2
3
4
5
6
---
- name: Install iSCSI storage plugin dependencies
  package: name=iscsi-initiator-utils state=present
  when: not openshift.common.is_atomic | bool
  register: result
  until: result | success