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-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,11 @@
17
17
18
18
---
19
19
#
20
-
# Apply any changes made to the override instance config file. This
20
+
# Apply any changes made to the instance config file. This
21
21
# can only be done when we're on a running gcp instance.
22
22
#
23
-
- command: /usr/bin/google_instance_setup
23
+
- systemd:
24
+
name: google-guest-agent
25
+
state: restarted
24
26
listen: "gcp config changed"
25
27
when: ansible_virtualization_type != "systemd-nspawn" and not ansible_is_chroot
0 commit comments