Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Spell out VirtualBox #118

Merged
merged 2 commits into from
Jul 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Here's a full example with the libvirt provider:
driver:
name: vagrant
provider:
# Can be any supported provider (VBox, Parallels, libvirt, etc)
# Can be any supported provider (virtualbox, parallels, libvirt, etc)
name: libvirt

platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule_vagrant/playbooks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
label: "{{ item.name }}"
no_log: false

# NOTE(retr0h): Vagrant/VBox sucks and parallelizing instance creation
# NOTE(retr0h): Vagrant/VirtualBox sucks and parallelizing instance creation
# causes issues.

# Mandatory configuration for Molecule to function.
Expand Down
2 changes: 1 addition & 1 deletion molecule_vagrant/playbooks/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
label: "{{ item.name }}"
no_log: false

# NOTE(retr0h): Vagrant/VBox sucks and parallelizing instance deletion
# NOTE(retr0h): Vagrant/VirtualBox sucks and parallelizing instance deletion
# causes issues.

# Mandatory configuration for Molecule to function.
Expand Down