Also add a notification for when it starts.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user