provisioners/ansible(both): fix docs indentation

Bullet Lists are no longer correclty grouped (after the introduction of
the new layout). This is kind of workaround to keep each sub-paragraphs
of a list item well aligned.
This commit is contained in:
Gilles Cornu 2016-06-08 23:44:58 +02:00
parent eb1e8f8673
commit 06a12097b1
3 changed files with 40 additions and 44 deletions

View File

@ -47,9 +47,7 @@ Some of these options are for advanced usage only and should not be used unless
}
```
Notes:
- This option has no effect when the `inventory_path` option is defined.
Note: This option has no effect when the `inventory_path` option is defined.
- `groups` (hash) - Set of inventory groups to be included in the [auto-generated inventory file](/docs/provisioning/ansible_intro.html).

View File

@ -64,9 +64,7 @@ This section lists the specific options for the Ansible Local provisioner. In ad
Vagrant will try to install (or upgrade) Ansible when one of these conditions are met:
- Ansible is not installed (or cannot be found).
- The `version` option is set to `"latest"`.
- The current Ansible version does not correspond to the `version` option.
**Attention:** There is no guarantee that this automated installation will replace a custom Ansible setup, that might be already present on the Vagrant box.
@ -97,7 +95,7 @@ This section lists the specific options for the Ansible Local provisioner. In ad
When this option is set to `"latest"`, no version check is applied.
**Attention:** It is currently not possible to use this option to specify which version of Ansible must be automatically installed. With the `install` option enabled, the latest version packaged for the target operating system will always be installed.
**Warning:** It is currently possible to use this option to specify which version of Ansible must be automatically installed, but only in combination with the `install_mode` set to `:pip`.
## Tips and Tricks