Merge pull request #7161 from hashicorp/fix_6348

add note about ansible to chroot builder
This commit is contained in:
Adrien Delorme 2019-01-04 14:23:43 +01:00 committed by GitHub
commit 0621a3dd99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -455,6 +455,11 @@ services:
}
```
### Ansible provisioner
Running ansible against `amazon-chroot` requires changing the Ansible connection
to chroot and running Ansible as root/sudo.
### Using Instances with NVMe block devices.
In C5, C5d, M5, and i3.metal instances, EBS volumes are exposed as NVMe block

View File

@ -195,7 +195,7 @@ Redhat / CentOS builds have been known to fail with the following error due to
### chroot communicator
Building within a chroot (e.g. `amazon-chroot`) requires changing the Ansible
connection to chroot.
connection to chroot and running Ansible as root/sudo.
``` json
{