Skip to content

Commit

Permalink
CI: ansible-core devel only supports Alpine 3.18 VMs, no longer Alpin…
Browse files Browse the repository at this point in the history
…e 3.17 VMs (#642)

* ansible-core devel only supports Alpine 3.18 VMs, no longer Alpine 3.17 VMs.

* lsblk was moved to a separate package in Alpine 3.18.
  • Loading branch information
felixfontein authored Aug 2, 2023
1 parent 9ae75d4 commit 5e630ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: Alpine 3.17
test: alpine/3.17
- name: Alpine 3.18
test: alpine/3.18
- name: Fedora 38
test: fedora/38
- name: Ubuntu 22.04
Expand Down
1 change: 1 addition & 0 deletions tests/integration/targets/luks_device/vars/Alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ cryptsetup_package: cryptsetup

luks_extra_packages:
- device-mapper
- lsblk
- wipefs

0 comments on commit 5e630ff

Please sign in to comment.