Skip to content

Commit 020186a

Browse files
authored
Revert "chore: Set precedence to use ipv4 resolution in gettaddrinfo" (#1223)
* Revert "chore: version bump" This reverts commit 1c97c0c. * Revert "chore: Set precedence to use ipv4 resolution in gettaddrinfo" This reverts commit f9ff6c7. * chore: bump version
1 parent c00fd90 commit 020186a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

ansible/tasks/internal/optimizations.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,3 @@
3737
- popularity-contest
3838
- ubuntu-advantage-tools
3939
when: debpkg_mode or stage2_nix
40-
41-
- name: prefer ipv4 connection resolution
42-
become: yes
43-
replace:
44-
path: /etc/gai.conf
45-
regexp: "#precedence ::ffff:0:0/96 100"
46-
replace: "precedence ::ffff:0:0/96 100"

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.122"
1+
postgres-version = "15.6.1.123"

0 commit comments

Comments
 (0)