5 lines
69 B
YAML
5 lines
69 B
YAML
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles: [ensure_dovecot]
|
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles: [ensure_dovecot]
|