Explorar el Código

silence the selfoss cron job

Bruce Spang hace 11 años
padre
commit
ed9522e16f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      roles/news/tasks/selfoss.yml

+ 1
- 1
roles/news/tasks/selfoss.yml Ver fichero

35
   notify: restart apache
35
   notify: restart apache
36
 
36
 
37
 - name: Install selfoss cronjob
37
 - name: Install selfoss cronjob
38
-  cron: name="selfoss" user="www-data" minute="*/5" job="curl -k 'https://{{ selfoss_domain }}/update' > /dev/null"
38
+  cron: name="selfoss" user="www-data" minute="*/5" job="curl --silent --show-error -k 'https://{{ selfoss_domain }}/update' > /dev/null"

Loading…
Cancelar
Guardar