mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
5 lines
236 B
Bash
Executable File
5 lines
236 B
Bash
Executable File
#!/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
|