1
0
Fork 0
mirror of https://github.com/roles-ansible/role-postgresql-backup.git synced 2024-08-16 10:19:49 +02:00
role-postgresql-backup/tasks/packages.yml
2020-07-08 15:47:49 +02:00

6 lines
139 B
YAML

---
- name: "Install PostgreSQL client"
become: true
package:
name: "{{ postgresql_backup.required_packages }}"
state: present