Create notification system for workstations to know when Ansible has been run.

This commit is contained in:
2026-05-08 09:25:10 -07:00
parent edb1db9a9a
commit 465ba8e053
5 changed files with 56 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
---
# Create and manage permissions for notify log.
- name: General | Notify | Update File
shell: "{{ item }}"
loop:
- touch "{{ notify_log_file }}"
- chmod 777 "{{ notify_log_file }}"