Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Nov 6, 2024
1 parent 8ff6fc2 commit 3afe24e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common-nix.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.6.1.138-vault-4"
postgres-version = "15.6.1.138-vault-5"
4 changes: 2 additions & 2 deletions scripts/nix-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ EOF
}

function cleanup_packages {
apt-get -y remove --purge ansible
add-apt-repository --yes --remove ppa:ansible/ansible
sudo apt-get -y remove --purge ansible
sudo add-apt-repository --yes --remove ppa:ansible/ansible
}

install_packages
Expand Down

0 comments on commit 3afe24e

Please sign in to comment.