Fix the Vagrantfile for Github runners

This commit is contained in:
2023-08-30 19:45:42 -04:00
parent 9b5be29a1a
commit b81372c07a
2 changed files with 6 additions and 6 deletions

4
dev/default.yml Normal file
View File

@@ -0,0 +1,4 @@
- name: Install 'default' aka nothing
hosts: all
become: true
tasks: []