ansible does its own coloring.

This commit is contained in:
Matthew Hooker 2017-01-28 18:41:11 -08:00
parent 60a0d21d37
commit df247a99a1
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ Required:
Optional:
- `command` (string) - The command to invoke ansible. Defaults
to "ansible-playbook".
to "ANSIBLE_FORCE_COLOR=1 PYTHONUNBUFFERED=1 ansible-playbook".
Note, This disregards the value of `-color` when passed to `packer build`.
To disable colors, set this to `PYTHONUNBUFFERED=1 ansible-playbook`.
- `extra_arguments` (array of strings) - An array of extra arguments to pass
to the ansible command. By default, this is empty.