4 lines
82 B
YAML
4 lines
82 B
YAML
|
- name: Configure postgres
|
||
|
hosts: localhost
|
||
|
roles:
|
||
|
- role: postgres-config
|