Files
env-ansible/tasks/general/acct_mgmt/notify.yml

9 lines
198 B
YAML

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