Commit 7e8bd4d5 by John Jarvis

removing logrotate notifies

parent 4b56eaa7
......@@ -38,5 +38,4 @@
- name: common | Install logrotate configuration for edX
template: dest=/etc/logrotate.d/edx-services src=edx_logrotate.j2 owner=root group=root mode=644
notify: common | restart logrotate
......@@ -6,7 +6,6 @@
- name: edxapp | Install logrotate configuration for tracking file
template: dest=/etc/logrotate.d/tracking.log src=edx_logrotate_tracking_log.j2 owner=root group=root mode=644
notify: common | restart logrotate
- name: edxapp | create application user
user: >
......@@ -31,7 +30,6 @@
state=directory
owner="{{ common_log_user }}"
group="{{ common_log_user }}"
notify: common | restart logrotate
- name: edxapp | create edxapp writable dirs
file: >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment