Commit 70f61504 by Kevin Falcone

Merge pull request #3002 from edx/jibsheet/remove-old-syncing-task

We use logrotate, not this absent cronjob
parents bc63b580 cb3d19c1
......@@ -90,17 +90,6 @@
owner=root group=root mode=0644
when: AWS_S3_LOGS
# cron job runs the aws s3 sync script
# this job will log its output to /var/log/aws
- name: cronjob for s3 log sync
cron:
name: "cronjob for s3 log sync"
user: root
minute: 0
job: "{{ aws_s3_sync_script }} > /dev/null 2>&1"
state: absent
when: AWS_S3_LOGS
# update the ssh motd on Ubuntu
# Remove some of the default motd display on ubuntu
# and add a custom motd. These do not require an
......
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