You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/handlers/main.yaml
+4
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,7 @@
37
37
state: restarted
38
38
listen: "vmware-tools config changed"
39
39
when: ansible_virtualization_type != "systemd-nspawn" and not ansible_is_chroot
40
+
41
+
- command: /usr/bin/udevadm control --reload
42
+
listen: "udev config changed"
43
+
when: ansible_virtualization_type != "systemd-nspawn" and not ansible_is_chroot
0 commit comments