Michael Grote
7dfe80a4dc
Reviewed-on: #588 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
5 lines
210 B
YAML
5 lines
210 B
YAML
---
|
|
- name: testmail # noqa no-changed-when
|
|
ansible.builtin.shell:
|
|
cmd: "set -o pipefail && echo 'zed ist eingerichtet' | mail -s '{{ ansible_hostname }} - zed' '{{ my_mail }}'"
|
|
executable: /bin/bash
|