aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/postgres-common-postinstall.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/postgres-common-postinstall.yml')
-rw-r--r--tasks/postgres-common-postinstall.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/postgres-common-postinstall.yml b/tasks/postgres-common-postinstall.yml
index 715782c..9be3bde 100644
--- a/tasks/postgres-common-postinstall.yml
+++ b/tasks/postgres-common-postinstall.yml
@@ -7,7 +7,7 @@
7 command: ssh-keygen -b 4096 -f /var/lib/postgresql/.ssh/id_rsa -N "" -q 7 command: ssh-keygen -b 4096 -f /var/lib/postgresql/.ssh/id_rsa -N "" -q
8 become: yes 8 become: yes
9 become_user: postgres 9 become_user: postgres
10 become_method: su 10 become_method: "{{ postgres_become_method }}"
11 args: 11 args:
12 creates: /var/lib/postgresql/.ssh/id_rsa 12 creates: /var/lib/postgresql/.ssh/id_rsa
13 13