From dec09f350be2c1518a054c58b8430c6374b1b61d Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Fri, 1 Sep 2017 18:22:18 +0200 Subject: [PATCH] provisioners/ansible: Fix wording and link in i18n en.yml messages --- templates/locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index eeea26770..912112c61 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -2344,8 +2344,8 @@ en: If you haven't installed Ansible yet, please install Ansible on your Vagrant basebox, or enable the automated setup with the - `install` option of this provisioner. Please check - https://docs.vagrantup.com/v2/provisioning/ansible_local.html + ansible_local provisioner `install` option. Please check + https://docs.vagrantup.com/v2/provisioning/ansible_local.html#install for more information. ansible_not_found_on_host: |- The Ansible software could not be found! Please verify @@ -2367,7 +2367,7 @@ en: ansible_version_mismatch: |- 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}), - 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 for more information. ansible_compatibility_mode_conflict: |-