From af5c752fb2f249cdc0e36e208d13b96459fe1088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Sousa?= <180369+llsousa@users.noreply.github.com> Date: Fri, 2 Aug 2019 16:18:20 +0100 Subject: [PATCH 1/2] Review ansible_local.html.md --- .../docs/provisioning/ansible_local.html.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/website/source/docs/provisioning/ansible_local.html.md b/website/source/docs/provisioning/ansible_local.html.md index e4d12be72..508543d65 100644 --- a/website/source/docs/provisioning/ansible_local.html.md +++ b/website/source/docs/provisioning/ansible_local.html.md @@ -78,20 +78,20 @@ This section lists the _specific_ options for the Ansible Local provisioner. In - `:pip`: Ansible is installed from [PyPI](https://pypi.python.org/pypi) with [pip](https://pip.pypa.io) package installer. With this mode, Vagrant will systematically try to [install the latest pip version](https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py). With the `:pip` mode you can optionally install a specific Ansible release by setting the [`version`](/docs/provisioning/ansible_common.html#version) option. - Example: + Example: - ```ruby - config.vm.provision "ansible_local" do |ansible| - ansible.playbook = "playbook.yml" - ansible.install_mode = "pip" - ansible.version = "2.2.1.0" - end - ``` - With this configuration, Vagrant will install `pip` and then execute the command + ```ruby + config.vm.provision "ansible_local" do |ansible| + ansible.playbook = "playbook.yml" + ansible.install_mode = "pip" + ansible.version = "2.2.1.0" + end + ``` + With this configuration, Vagrant will install `pip` and then execute the command - ```shell - sudo pip install --upgrade ansible==2.2.1.0 - ``` + ```shell + sudo pip install --upgrade ansible==2.2.1.0 + ``` As-is `pip` is installed if needed via a default command which looks like From 2973750018be2419a64a6b595fae5c8040e57ab0 Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Mon, 5 Aug 2019 13:01:53 +0100 Subject: [PATCH 2/2] minor word change re box availability explanation Proposed minor re wording on website boxes catalog page. --- website/source/docs/vagrant-cloud/boxes/catalog.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/vagrant-cloud/boxes/catalog.html.md b/website/source/docs/vagrant-cloud/boxes/catalog.html.md index ad2b9a676..d37e781ad 100644 --- a/website/source/docs/vagrant-cloud/boxes/catalog.html.md +++ b/website/source/docs/vagrant-cloud/boxes/catalog.html.md @@ -41,6 +41,6 @@ responds to reports of malicious software distributed via Vagrant Cloud and takes down boxes - __The latest release date__. More up-to-date boxes contain up-to-date software -- __Availability of the box download__. Vagrant Cloud periodically checks if box -has is publicly accessible. You can see this information on the box +- __Availability of the box download__. Vagrant Cloud periodically checks if a box +is publicly accessible. You can see this information on the box page next to the provider