Create notification system for workstations to know when Ansible has been run.
This commit is contained in:
8
tasks/general/acct_mgmt/notify.yml
Normal file
8
tasks/general/acct_mgmt/notify.yml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user