Merge pull request #7161 from hashicorp/fix_6348
add note about ansible to chroot builder
This commit is contained in:
commit
0621a3dd99
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue