Add a notification for when an Ansible run completes.

This commit is contained in:
2026-05-06 19:35:57 -07:00
parent 2d95d3be8f
commit 64a9fc4de1

View File

@@ -251,3 +251,9 @@
- include_tasks: tasks/general/tests/services.yml - include_tasks: tasks/general/tests/services.yml
- include_tasks: tasks/general/tests/lynis.yml - include_tasks: tasks/general/tests/lynis.yml
- include_tasks: tasks/general/tests/nmap.yml - include_tasks: tasks/general/tests/nmap.yml
####### Finish #######
- name: Main | Completion Notification
shell: notify-send "Ansible Provisioning" "Completed on `date`."
when: workstation == true