Skip to content

Commit b56ca24

Browse files
committed
pin ansible version
1 parent 0a6e516 commit b56ca24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buid-vm-image-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: install qemu-kvn
3939
run: |
4040
sudo apt update && \
41-
sudo apt install -y qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils qemu-utils
41+
sudo apt install -y qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils qemu-utils ansible=10.7.0-1ppa~noble
4242
4343
- name: replace variables
4444
run: |

0 commit comments

Comments
 (0)