7 lines
62 B
YAML
7 lines
62 B
YAML
---
|
|
- hosts: othergroup
|
|
become: yes
|
|
roles:
|
|
- postfix
|
|
|
---
|
|
- hosts: othergroup
|
|
become: yes
|
|
roles:
|
|
- postfix
|
|
|