silencing the output from ufmonitor update cron
This commit is contained in:
parent
ae1c315744
commit
0d1d91d113
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
|
||||
- name: Setup cron to update ufmonitor database
|
||||
cron: name="update-ufmonitor-database" minute="15" user="root"
|
||||
job="/usr/local/bin/update-ufmonitor"
|
||||
job="/usr/local/bin/update-ufmonitor > /dev/null"
|
||||
cron_file=update-ufmonitor-database
|
||||
|
||||
- name: ensure ufmonitor document root exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue