aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/playbooks/verify_root_mail.yaml
blob: f0522f88287052c394c203a10d047b26be151c66 (plain)
1
2
3
4
5
6
7
---
- hosts: all
  tasks:
  - name: send root mail
    command:
      cmd: mail -s "ansible test {{ inventory_hostname }}" root
      stdin: test