diff --git a/README.md b/README.md index fb93f26e4..599aebdb7 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Notes: - **For faster provisioning** (macOS/Linux only): *[Install Ansible](http://docs.ansible.com/intro_installation.html) on your host machine, so Drupal VM can run the provisioning steps locally instead of inside the VM.* - **NFS on Linux**: *If NFS is not already installed on your host, you will need to install it to use the default NFS synced folder configuration. See guides for [Debian/Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-14-04), [Arch](https://wiki.archlinux.org/index.php/NFS#Installation), and [RHEL/CentOS](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-centos-6).* - - **Versions**: *Make sure you're running the latest releases of Vagrant, VirtualBox, and Ansible—as of February 2016, Drupal VM recommends: Vagrant 1.8.6, VirtualBox 5.1.8+, and Ansible 2.2.x* + - **Versions**: *Make sure you're running the latest releases of Vagrant, VirtualBox, and Ansible—as of late 2016, Drupal VM recommends: Vagrant 1.9.0, VirtualBox 5.1.10+, and Ansible 2.2.x* ### 2 - Build the Virtual Machine diff --git a/default.config.yml b/default.config.yml index b4105a0d4..10d30d65c 100644 --- a/default.config.yml +++ b/default.config.yml @@ -33,7 +33,7 @@ vagrant_memory: 2048 vagrant_cpus: 1 # Minimum required versions. -drupalvm_vagrant_version_min: '1.8.6' +drupalvm_vagrant_version_min: '1.9.0' drupalvm_ansible_version_min: '2.2' # Force use of ansible_local provisioner, even if Ansible is installed on host.