Skip to content

Commit b0b429e

Browse files
committed
Configure Vagrant with DNS set up
1 parent 2964930 commit b0b429e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ jobs:
5454
with:
5555
python-version: '3.12'
5656
- name: Setup libvirt for Vagrant
57-
uses: voxpupuli/setup-vagrant@v0
57+
# https://github.com/voxpupuli/setup-vagrant/pull/1
58+
uses: ekohl/setup-vagrant@setup-dns
59+
with:
60+
configure_dns: true
5861
- name: Install Ansible
5962
run: pip install --upgrade ansible-core
6063
- name: Setup environment

0 commit comments

Comments
 (0)