Skip to content

ansible: update linter versions #82

ansible: update linter versions

ansible: update linter versions #82

Workflow file for this run

name: vagrant-up
on: [push, pull_request]
jobs:
vagrant-up:
runs-on: macos-12
env:
VAGRANT_DISABLE_VBOXSYMLINKCREATE: "1"
steps:
- uses: actions/checkout@v4
- name: Run vagrant up
run: vagrant up
working-directory: .github/workflows