8 lines
99 B
YAML
8 lines
99 B
YAML
---
|
|
- name: Install pgbackrest
|
|
hosts: pgbackrest
|
|
user: root
|
|
|
|
roles:
|
|
- pgbackrest-install
|