Merge "multipath requires udev-rules in host"

This commit is contained in:
Zuul 2020-05-17 12:30:11 +00:00 committed by Gerrit Code Review
commit bfcd2966fa

View File

@ -45,6 +45,7 @@ debian_pkg_install:
- "python3-pip"
- "{% if virtualenv is not none %}python3-virtualenv{% endif %}"
- "{% if enable_host_ntp | bool %}ntp{% endif %}"
- "{% if enable_multipathd|bool %}sg3-utils-udev{% endif %}"
redhat_pkg_install:
- "{{ docker_yum_package }}"