8 lines
135 B
YAML
8 lines
135 B
YAML
|
- hosts: localhost
|
||
|
become: no
|
||
|
become_method: sudo
|
||
|
tasks:
|
||
|
- name: Send mail
|
||
|
import_role:
|
||
|
name: config-send-mail
|