5 lines
54 B
YAML
5 lines
54 B
YAML
|
- hosts: all
|
||
|
become: true
|
||
|
roles:
|
||
|
- postgresql
|