From 64a9fc4de11ee4deaa90d6f5b01d990bde4903f2 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 19:35:57 -0700 Subject: [PATCH] Add a notification for when an Ansible run completes. --- local.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/local.yml b/local.yml index 516f871..6b4bd38 100644 --- a/local.yml +++ b/local.yml @@ -251,3 +251,9 @@ - include_tasks: tasks/general/tests/services.yml - include_tasks: tasks/general/tests/lynis.yml - include_tasks: tasks/general/tests/nmap.yml + + + ####### Finish ####### + - name: Main | Completion Notification + shell: notify-send "Ansible Provisioning" "Completed on `date`." + when: workstation == true