vn-ansible/linux-config-send-mail.yaml

12 lines
182 B
YAML
Raw Normal View History

2024-05-24 11:37:16 +00:00
---
- hosts: localhost
become: yes
become_method: sudo
gather_facts: no
tasks:
- name: "[CONFIG SEND MAIL] Send Mail"
import_role:
name: config-send-mail