From 3b13304b52d38ba13cd1f0068487246be9c0b1f1 Mon Sep 17 00:00:00 2001
From: caoyuan <cao.yuan@99cloud.net>
Date: Mon, 22 Oct 2018 23:18:06 +0800
Subject: [PATCH] Make the reconfigure action works

Change-Id: I0412c4d15fea97cf466287a5bed62427b43df7ea
Closes-Bug: #1799243
---
 ansible/roles/multipathd/tasks/reconfigure.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/roles/multipathd/tasks/reconfigure.yml b/ansible/roles/multipathd/tasks/reconfigure.yml
index ed97d539c0..f670a5b78d 100644
--- a/ansible/roles/multipathd/tasks/reconfigure.yml
+++ b/ansible/roles/multipathd/tasks/reconfigure.yml
@@ -1 +1,2 @@
 ---
+- include_tasks: deploy.yml
-- 
GitLab