diff --git a/tasks/postgresql-streaming-replication.yml b/tasks/postgresql-streaming-replication.yml
index 6c8a8f2..eb4b85e 100644
--- a/tasks/postgresql-streaming-replication.yml
+++ b/tasks/postgresql-streaming-replication.yml
@@ -29,6 +29,7 @@
       contype: host
       users: '{{ psql_streaming_replication_user }}'
       address: '{{ item }}'
+      databases: 'replication'
       #method: 'scram-sha-256'
       method: 'md5'
       state: present
@@ -45,6 +46,7 @@
       contype: host
       users: '{{ psql_streaming_replication_user }}'
       address: '{{ item }}'
+      databases: 'replication'
       #method: 'scram-sha-256'
       method: 'md5'
       state: present