Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored Oct 14, 2019
1 parent 90b70c4 commit abaff9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/prune/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
- cron:
name: Build a Cron Job - remove logs after reboot
special_time: 'reboot'
job: 'kill_log 1>/dev/null 2>&1'
job: 'kill_logs 1>/dev/null 2>&1'
state: present
ignore_errors: yes

- cron:
name: Build a Cron Job - remove logs daily
special_time: 'daily'
job: 'killlog 1>/dev/null 2>&1'
job: 'kill_logs 1>/dev/null 2>&1'
state: present
ignore_errors: yes

Expand Down

0 comments on commit abaff9c

Please sign in to comment.