add note about ansible to chroot builder

pull/7161/head
Megan Marsh 7 years ago
parent 9a63e8eeb6
commit 82aadb3fe2

@ -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…
Cancel
Save