Skip to content

Commit 7f3f5e7

Browse files
committed
fix: shuffle tasks around
1 parent 8d3059c commit 7f3f5e7

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

ansible/playbook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@
122122
systemctl reenable logrotate.timer
123123
become: yes
124124

125+
- name: First boot optimizations
126+
import_tasks: tasks/internal/optimizations.yml
127+
tags:
128+
- install-supabase-internal
129+
125130
- name: Enhance fail2ban
126131
import_tasks: tasks/setup-fail2ban.yml
127132

ansible/tasks/setup-supabase-internal.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,3 @@
6565

6666
- name: Install adminapi
6767
import_tasks: internal/admin-api.yml
68-
69-
- name: Install Ansible Pull
70-
import_tasks: internal/setup-ansible-pull.yml
71-
72-
- name: Boot time optimizations
73-
import_tasks: internal/optimizations.yml

common.vars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"postgres-version": "14.1.0.15-rc2"
2+
"postgres-version": "14.1.0.15-rc3"
33
}

0 commit comments

Comments
 (0)