|
@@ -4,7 +4,7 @@
|
|
- postgresql
|
|
- postgresql
|
|
- postgresql-client
|
|
- postgresql-client
|
|
|
|
|
|
-- name: Install PostgreSQL backup related packages (autopostgresqlbackup)
|
|
|
|
|
|
+- name: Install AutoPostgreSQLBackup package
|
|
apt: pkg=autopostgresqlbackup state=present
|
|
apt: pkg=autopostgresqlbackup state=present
|
|
when: with_postgresql_backup
|
|
when: with_postgresql_backup
|
|
|
|
|