Also add a notification for when it starts.

This commit is contained in:
2026-05-06 19:37:33 -07:00
parent 64a9fc4de1
commit 1bbb64f38e

View File

@@ -21,6 +21,12 @@
- include_tasks: facts/general/user.yml - include_tasks: facts/general/user.yml
####### Start #######
- name: Main | Notification | Begin
shell: notify-send "Ansible Provisioning" "Started on `date`."
when: workstation == true
####### NixOS ####### ####### NixOS #######
# Install the .nix files and do a little data setup. # Install the .nix files and do a little data setup.
@@ -254,6 +260,6 @@
####### Finish ####### ####### Finish #######
- name: Main | Completion Notification - name: Main | Notification | Complete
shell: notify-send "Ansible Provisioning" "Completed on `date`." shell: notify-send "Ansible Provisioning" "Completed on `date`."
when: workstation == true when: workstation == true