templates/locales/en.yml in vagrant-unbundled-2.2.16.0 vs templates/locales/en.yml in vagrant-unbundled-2.2.18.0

- old
+ new

@@ -1291,10 +1291,13 @@ %{pushes} package_include_symlink: |- A file or directory you're attempting to include with your packaged box has symlinks in it. Vagrant cannot include symlinks in the resulting package. Please remove the symlinks and try again. + package_invalid_info: |- + The information file that you've attempted to include doesn't exist or isn't a valid JSON file. + Please check that the file exists and is titled 'info.json' and try again. provider_cant_install: |- The provider '%{provider}' doesn't support automatic installation. This is a limitation of this provider. Please report this as a feature request to the provider in question. To install this provider, you'll have to do so manually. @@ -2880,10 +2883,10 @@ ansible: ansible_host_pattern_detected: |- Vagrant has detected a host range pattern in the `groups` option. Vagrant doesn't fully check the validity of these parameters! - Please check https://docs.ansible.com/ansible/intro_inventory.html#hosts-and-groups + Please check https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html#inventory-basics-formats-hosts-and-groups for more information. cannot_detect: |- Vagrant does not support detecting whether Ansible is installed for the guest OS running in the machine. Vagrant will assume it is installed and attempt to continue.