Added script for displaying version of deps

This commit is contained in:
strNophix 2022-02-12 16:21:13 +01:00
parent 6e10d91d1d
commit a0c0e89944

5
show_versions.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -ex
vboxmanage --version
vagrant --version
ansible --version