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 30c13f8 commit cee882eCopy full SHA for cee882e
ansible/tasks/stage2-setup-postgres.yml
@@ -43,12 +43,13 @@
43
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#{{postgresql_version}}_src"
44
when: stage2_nix
45
46
-- name: Install Git for Nix package management
+- name: Remove Git after Nix package installations
47
become: yes
48
apt:
49
name: git
50
- state: present
51
- update_cache: yes
+ state: absent
+ autoremove: yes
52
+ purge: yes
53
54
55
- name: Set ownership and permissions for /etc/ssl/private
0 commit comments