iscsi.yml 175 B

1234
  1. ---
  2. - name: Install iSCSI storage plugin dependencies
  3. action: "{{ ansible_pkg_mgr }} name=iscsi-initiator-utils state=present"
  4. when: not openshift.common.is_atomic | bool