12 lines
182 B
YAML
12 lines
182 B
YAML
|
---
|
||
|
|
||
|
- hosts: localhost
|
||
|
become: yes
|
||
|
become_method: sudo
|
||
|
gather_facts: no
|
||
|
|
||
|
tasks:
|
||
|
|
||
|
- name: "[CONFIG SEND MAIL] Send Mail"
|
||
|
import_role:
|
||
|
name: config-send-mail
|