mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
Per Issue #6453, [email protected] targetting Windows was throwing the following error when setup as the docs instruct: "Requested option use_tty was not defined in configuration" This is caused by something in Ansible silently discarding the whole `DOCUMENTATION` string configuration when it can't parse it. The changed line in this PR fixes that. :)