Merge "Load iscsi_tcp module from the host."

This commit is contained in:
Zuul 2018-10-08 19:17:32 +00:00 committed by Gerrit Code Review
commit 50c76e2d72

@ -193,6 +193,12 @@ outputs:
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
host_prep_tasks:
- name: load iscsi_tcp module
import_role:
role: tripleo-module-load
vars:
modules:
- name: iscsi_tcp
- name: create persistent directories
file:
path: "{{ item.path }}"