From 1bbb64f38e61bf221f08d70cc9e7ccd89160855a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 19:37:33 -0700 Subject: [PATCH] Also add a notification for when it starts. --- local.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/local.yml b/local.yml index 6b4bd38..e610ca7 100644 --- a/local.yml +++ b/local.yml @@ -21,6 +21,12 @@ - include_tasks: facts/general/user.yml + ####### Start ####### + - name: Main | Notification | Begin + shell: notify-send "Ansible Provisioning" "Started on `date`." + when: workstation == true + + ####### NixOS ####### # Install the .nix files and do a little data setup. @@ -254,6 +260,6 @@ ####### Finish ####### - - name: Main | Completion Notification + - name: Main | Notification | Complete shell: notify-send "Ansible Provisioning" "Completed on `date`." when: workstation == true