Skip to content

Commit adf520d

Browse files
committed
Upgrade libapk2 for alpine3.22 envs during provisioning
1 parent 056d8c1 commit adf520d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/roles/preparation/tasks/alpine.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
- name: Update apk-tools package
1717
command: apk --allow-untrusted upgrade apk-tools
1818

19+
- name: Update libapk2 package for Alpine 3.22 envs
20+
command: apk --allow-untrusted upgrade libapk2
21+
when: (ansible_facts.distribution_version | string).startswith('3.22')
22+
1923
- name: Install required packages on Alpine
2024
command: apk --allow-untrusted add ansible bats python3 py3-pip ca-certificates procps file iproute2
2125

0 commit comments

Comments
 (0)