Merge pull request #6258 from hashicorp/do_6257
add documentation to ansible provisioner warning against running Pack…
This commit is contained in:
commit
3944088d7b
|
@ -260,3 +260,7 @@ To unload all keys from your `ssh-agent`, run:
|
||||||
```console
|
```console
|
||||||
$ ssh-add -D
|
$ 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…
Reference in New Issue