blob: a34c04b63e93e9b9033b05944edca8f24bba12fa (
plain)
1
2
3
4
|
#!/bin/bash
# Send a email with failed or changed from ansible playbook runs
/srv/web/infra/ansible/scripts/logview -d yesterday -s CHANGED -s FAILED | mailx -s "ansible changed/failed actions" sysadmin-logs-members@fedoraproject.org
|