aboutsummaryrefslogtreecommitdiffstats
path: root/roles/fedora/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/fedora/handlers/main.yml')
-rw-r--r--roles/fedora/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/fedora/handlers/main.yml b/roles/fedora/handlers/main.yml
index 895bad8..929bf15 100644
--- a/roles/fedora/handlers/main.yml
+++ b/roles/fedora/handlers/main.yml
@@ -11,4 +11,10 @@
state: restarted
when: not chroot
+- name: restart homed
+ systemd:
+ name: systemd-homed.service
+ state: restarted
+ when: not chroot
+
# vim: set ts=2 sw=2 et: