7 lines
95 B
YAML
7 lines
95 B
YAML
---
|
|
- name: Postgres conf
|
|
hosts: changed_server
|
|
become: yes
|
|
roles:
|
|
- postgres-config
|