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

7 lines
139 B
YAML
Raw Normal View History

2020-07-08 15:45:38 +02:00
---
- name: "Install PostgreSQL client"
become: true
package:
name: "{{ postgresql_backup.required_packages }}"
state: present