commit | afcf0a1020b3a928ecff7eb60a608dc1cbeef5b4 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Sun May 19 00:13:27 2024 +0200 |
committer | GitHub <noreply@github.com> | Sun May 19 00:13:27 2024 +0200 |
tree | 764bb1aba18e9e7849372a760129354918f594df | |
parent | 5534605751cfed9486463b5f95459ea7e01b7960 [diff] |
Add Portworx CSI support (#1167)
diff --git a/roles/multipathd/handlers/main.yml b/roles/multipathd/handlers/main.yml index 818a509..e94180b 100644 --- a/roles/multipathd/handlers/main.yml +++ b/roles/multipathd/handlers/main.yml
@@ -16,3 +16,7 @@ ansible.builtin.service: name: multipathd state: reloaded + +- name: Reconfigure "multipathd" + ansible.builtin.shell: + cmd: multipathd -k'reconfigure'