From e7ca6dac2e650be1f50d37e33b6df11fd42619f8 Mon Sep 17 00:00:00 2001 From: Kyle Laker Date: Mon, 13 Aug 2018 22:07:41 -0400 Subject: [PATCH] Add missing word in restart message --- roles/common/handlers/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 87798481..63fe922c 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -7,8 +7,8 @@ command: >- notify-send -u critical "JMU Software Change" "Changes have been made to your machine that - will only take effect when log out or when - you reboot. Please do this immediately." + will only take effect when you log out or + when you reboot. Please do this immediately." environment: XDG_RUNTIME_DIR: "/run/user/{{ item.uid }}" become: yes