provisioners/ansible: Fix wording and link in i18n en.yml messages

This commit is contained in:
Gilles Cornu 2017-09-01 18:22:18 +02:00
parent dc3b6341e2
commit dec09f350b
No known key found for this signature in database
GPG Key ID: F6BC2CF7E1FE8FFF
1 changed files with 3 additions and 3 deletions

View File

@ -2344,8 +2344,8 @@ en:
If you haven't installed Ansible yet, please install Ansible If you haven't installed Ansible yet, please install Ansible
on your Vagrant basebox, or enable the automated setup with the on your Vagrant basebox, or enable the automated setup with the
`install` option of this provisioner. Please check ansible_local provisioner `install` option. Please check
https://docs.vagrantup.com/v2/provisioning/ansible_local.html https://docs.vagrantup.com/v2/provisioning/ansible_local.html#install
for more information. for more information.
ansible_not_found_on_host: |- ansible_not_found_on_host: |-
The Ansible software could not be found! Please verify The Ansible software could not be found! Please verify
@ -2367,7 +2367,7 @@ en:
ansible_version_mismatch: |- ansible_version_mismatch: |-
The requested Ansible version (%{required_version}) was not found on the %{system}. The requested Ansible version (%{required_version}) was not found on the %{system}.
Please check the Ansible installation on your Vagrant %{system} system (currently: %{current_version}), Please check the Ansible installation on your Vagrant %{system} system (currently: %{current_version}),
or adapt the `version` option of this provisioner in your Vagrantfile. or adapt the provisioner `version` option in your Vagrantfile.
See https://docs.vagrantup.com/v2/provisioning/ansible_common.html#version See https://docs.vagrantup.com/v2/provisioning/ansible_common.html#version
for more information. for more information.
ansible_compatibility_mode_conflict: |- ansible_compatibility_mode_conflict: |-