add documentation to ansible provisioner warning against running Packer as root

pull/6258/head
Megan Marsh 8 years ago
parent 8848682c35
commit c1cb31a8a9

@ -260,3 +260,7 @@ To unload all keys from your `ssh-agent`, run:
```console
$ ssh-add -D
```
### Become: yes
We recommend against running Packer as root; if you do then you won't be able to successfully run your ansible playbook as root; `become: yes` will fail.

Loading…
Cancel
Save