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