Skip to content

Commit bc3721a

Browse files
committed
postgres: fix incorrect variable name
1 parent 8a43170 commit bc3721a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/postgres/tasks/main2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
- name: Check migration result
9898
ansible.builtin.fail:
99-
msg: "Migration failed: {{ migration_result.stderr }}"
99+
msg: "Migration failed: {{ postgres_migration_result.stderr }}"
100100
when: postgres_migration_result.rc != 0
101101

102102
- name: Update user password for SCRAM authentication in new container

0 commit comments

Comments
 (0)