--- | |
# SPDX-FileCopyrightText: 2022 Open Networking Foundation <info@opennetworking.org> | |
# SPDX-License-Identifier: Apache-2.0 | |
# Vagrant/virtualbox (note: Debian and variants specific) | |
- name: Add Vagrant/Virtualbox using apt | |
apt: | |
name: | |
- vagrant | |
- virtualbox | |
state: present | |
update_cache: true | |
cache_valid_time: 3600 |