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 056d8c1 commit adf520dCopy full SHA for adf520d
resources/roles/preparation/tasks/alpine.yml
@@ -16,6 +16,10 @@
16
- name: Update apk-tools package
17
command: apk --allow-untrusted upgrade apk-tools
18
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
+
23
- name: Install required packages on Alpine
24
command: apk --allow-untrusted add ansible bats python3 py3-pip ca-certificates procps file iproute2
25
0 commit comments