Skip to content

Commit

Permalink
Add vars_files for "Pre-Checks"
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Sep 28, 2023
1 parent d213f21 commit 4b97daf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update_pgcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
become: true
become_user: postgres
any_errors_fatal: true
vars_files:
- vars/main.yml
vars:
max_replication_lag_bytes: 10485760 # 10 MiB
max_transaction_sec: 15 # seconds
Expand Down

0 comments on commit 4b97daf

Please sign in to comment.