Skip to content

Commit

Permalink
PostgreSQL version should be configurable in all tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexclear committed Dec 26, 2015
1 parent ad48bde commit 66d360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
tags: psql

- name: Allow connections
lineinfile: dest=/etc/postgresql/9.3/main/pg_hba.conf
lineinfile: dest=/etc/postgresql/{{ postgres_version }}/main/pg_hba.conf
state=present
regexp="\s*host\s+all\s+barman\s+{{ barman_ip }}\/32"
line="host all barman {{ barman_ip }}/32 md5"
Expand Down

0 comments on commit 66d360f

Please sign in to comment.