We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575b7c3 commit 8094d3bCopy full SHA for 8094d3b
ansible/tasks/finalize-ami.yml
@@ -71,6 +71,11 @@
71
- { file: "logrotate-walg.conf" }
72
- { file: "logrotate-postgres-auth.conf" }
73
74
+- name: Ensure default Postgres logrotate config is removed
75
+ file:
76
+ path: /etc/logrotate.d/postgresql-common
77
+ state: absent
78
+
79
- name: Disable cron access
80
copy:
81
src: files/cron.deny
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.110"
+postgres-version = "15.1.0.111"
0 commit comments